We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9473a commit 917d316Copy full SHA for 917d316
.github/workflows/trigger_ab_tests.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
trigger_ab_test:
8
runs-on: ubuntu-latest
9
- if: ${{ github.event.forced == 'false' }}
+ if: ${{ github.event.forced == false }}
10
steps:
11
- name: "Trigger Buildkite Pipeline"
12
run: |
0 commit comments