Skip to content

Commit

Permalink
Revert "try to use our runners"
Browse files Browse the repository at this point in the history
This reverts commit 141a284.
  • Loading branch information
acascais committed Oct 28, 2024
1 parent 141a284 commit cc305ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hdc-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
tests:
runs-on: pilot-dev-runners
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
coverage-path-prefix: app/

extract-branch-name:
runs-on: pilot-dev-runners
runs-on: ubuntu-20.04
needs: [ tests ]
outputs:
branch: ${{steps.extract_branch.outputs.branch}}
Expand All @@ -67,7 +67,7 @@ jobs:
push-binary:
needs: [ extract-branch-name ]
if: ${{ needs.extract-branch-name.outputs.branch == 'hdc' }}
runs-on: pilot-dev-runners
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit cc305ed

Please sign in to comment.