Skip to content

Commit

Permalink
maybe ths is how it works?
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Sep 22, 2023
1 parent 3a747d6 commit 81f2e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_ab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
trigger_ab_test:
runs-on: ubuntu-latest
if: ${{ github.event.forced == 'false' }}
if: ${{ github.event.forced == false }}
steps:
- name: "Trigger Buildkite Pipeline"
run: |
Expand Down

0 comments on commit 81f2e82

Please sign in to comment.