Skip to content

Commit

Permalink
Added ability to skip integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Nov 2, 2023
1 parent 8b97733 commit 0ed7de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

integration-test:
# Run only for internal pushes
if: github.event_name == 'push'
if: github.event_name == 'push' && !contains(github.event.head_commit.message, '#skip-integration-test')
runs-on: ubuntu-latest
needs: [test, lint, build]

Expand Down

0 comments on commit 0ed7de6

Please sign in to comment.