Skip to content

Commit

Permalink
change ref
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Oct 24, 2024
1 parent 62a672b commit 4840d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'DataDog/system-tests'
ref: conti/set-aws-env-on-docker-runner
ref: ${{ env.ST_REF }}
persist-credentials: false
- name: Pull released image
run: |
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'DataDog/system-tests'
ref: ${{ env.ST_REF }}
ref: conti/set-aws-env-on-docker-runner
persist-credentials: false
- name: Pull runner image
run: |
Expand Down

0 comments on commit 4840d30

Please sign in to comment.