Skip to content

Commit

Permalink
hi5
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 Nov 28, 2023
1 parent 3648ce6 commit 09879b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger_ab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
steps:
- name: "Check out repository"
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Trigger Buildkite Pipeline"
run: |
git status
should_schedule_ab_test=0
for f in $(git --no-pager diff --name-only ${{ github.event.before }}..${{ github.event.after }}); do
if [[ "$(basename $f)" =~ (\.(rs|toml|lock)|config)$ ]]; then
Expand Down

0 comments on commit 09879b2

Please sign in to comment.