Skip to content

Commit 917d316

Browse files
committed
maybe ths is how it works?
Signed-off-by: Patrick Roy <[email protected]>
1 parent 8f9473a commit 917d316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger_ab_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
trigger_ab_test:
88
runs-on: ubuntu-latest
9-
if: ${{ github.event.forced == 'false' }}
9+
if: ${{ github.event.forced == false }}
1010
steps:
1111
- name: "Trigger Buildkite Pipeline"
1212
run: |

0 commit comments

Comments
 (0)