Skip to content

Commit

Permalink
trigger integration test [integration]
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Jul 29, 2024
1 parent ab0e8b7 commit 3707869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

integration-test:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[integration]')
if: contains(github.event.head_commit.message, 'integration')
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3707869

Please sign in to comment.