Skip to content

Commit

Permalink
ci: run on all commits
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Apr 2, 2023
1 parent 4573ab2 commit e07b747
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

build:
needs: [lint]
if: needs.lint.outputs.hasAffected == 'true'
uses: ./.github/workflows/__build.yml
secrets: inherit
strategy:
Expand All @@ -37,7 +36,6 @@ jobs:

test:
needs: [lint, build]
if: needs.lint.outputs.hasAffected == 'true'
uses: ./.github/workflows/__test.yml
secrets: inherit
strategy:
Expand All @@ -49,7 +47,6 @@ jobs:

e2e:
needs: [lint, build]
if: needs.lint.outputs.hasAffectedApps == 'true'
uses: ./.github/workflows/__e2e.yml
secrets: inherit
strategy:
Expand Down

0 comments on commit e07b747

Please sign in to comment.