Skip to content

Commit

Permalink
chore(ci): when system-tests are not needed, all steps must be indivi…
Browse files Browse the repository at this point in the history
…dually skipped
  • Loading branch information
cbeauchesne committed Aug 26, 2024
1 parent 94f93ed commit fdb1fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
repository: 'DataDog/system-tests'

- name: Build runner
if: needs.needs-run.outputs.outcome == 'success' || github.event_name == 'schedule'
uses: ./.github/actions/install_runner

- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -277,6 +278,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Build runner
if: needs.needs-run.outputs.outcome == 'success' || github.event_name == 'schedule'
uses: ./.github/actions/install_runner

- name: Run
Expand Down

0 comments on commit fdb1fde

Please sign in to comment.