Skip to content

Commit

Permalink
runs on
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath committed Apr 30, 2024
1 parent 66ccf97 commit 0c922d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/argus-create-stack-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
create-rdev-stack:
runs-on: [ARM64, self-hosted, Linux]
runs-on: [ubuntu-latest]
if: contains(github.event.pull_request.labels.*.name, 'stack')
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/argus-delete-stack-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
delete-rdev-stack:
runs-on: [ARM64, self-hosted, Linux]
runs-on: [ubuntu-latest]
if: ${{ !contains(github.event.pull_request.labels.*.name, 'stack') || github.event.pull_request.state == 'closed' }}
permissions:
id-token: write
Expand Down

0 comments on commit 0c922d5

Please sign in to comment.