Skip to content

Commit

Permalink
use runs-on (#490)
Browse files Browse the repository at this point in the history
* use runs-on

* Update .github/workflows/integration-tests.yaml

Co-authored-by: Christian Theilemann <[email protected]>

---------

Co-authored-by: Christian Theilemann <[email protected]>
  • Loading branch information
yuunlimm and geekflyer authored Aug 23, 2024
1 parent 980580c commit deec292
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ on:

jobs:
Integration-tests:
runs-on: ubuntu-latest
runs-on: runs-on,runner=2cpu-linux-x64,run-id=${{ github.run_id }}

steps:
- name: Set branch
run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV

- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit deec292

Please sign in to comment.