Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Aug 1, 2022
1 parent bd46735 commit af4d677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml → .github/workflows/ci.yml
@@ -1,4 +1,4 @@
name: validate
name: CI
on:
push:
branches:
Expand All @@ -14,7 +14,7 @@ on:
pull_request:
branches-ignore: ['all-contributors/**']
jobs:
main:
validate:
strategy:
matrix:
node: [12, 14, 16]
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
uses: codecov/codecov-action@v1

release:
needs: main
needs: validate
runs-on: ubuntu-latest
if:
${{ github.repository == 'testing-library/user-event' &&
Expand Down

0 comments on commit af4d677

Please sign in to comment.