From e07b747a030b689bb1d69f0e1e0e27d65aca25d3 Mon Sep 17 00:00:00 2001 From: Dom <3301714+domjtalbot@users.noreply.github.com> Date: Sun, 2 Apr 2023 18:09:02 +0100 Subject: [PATCH] ci: run on all commits --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 744a908..ca36e35 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,6 @@ jobs: build: needs: [lint] - if: needs.lint.outputs.hasAffected == 'true' uses: ./.github/workflows/__build.yml secrets: inherit strategy: @@ -37,7 +36,6 @@ jobs: test: needs: [lint, build] - if: needs.lint.outputs.hasAffected == 'true' uses: ./.github/workflows/__test.yml secrets: inherit strategy: @@ -49,7 +47,6 @@ jobs: e2e: needs: [lint, build] - if: needs.lint.outputs.hasAffectedApps == 'true' uses: ./.github/workflows/__e2e.yml secrets: inherit strategy: