Skip to content

Commit

Permalink
Move back to GH runners (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamermike authored Apr 17, 2024
1 parent a213505 commit 1d6cd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test-success:
runs-on: ${{ fromJSON(vars.SWI_GLORG_PROD_UBUNTU_2204) }}
runs-on: ubuntu-latest
name: Test the action on success
steps:
- name: Checkout
Expand All @@ -25,7 +25,7 @@ jobs:
slack-channel: ${{ secrets.SLACK_CHANNEL }}

test-failure:
runs-on: ${{ fromJSON(vars.SWI_GLORG_PROD_UBUNTU_2204) }}
runs-on: ubuntu-latest
name: Test the action on failure
steps:
- name: Checkout
Expand Down

0 comments on commit 1d6cd3b

Please sign in to comment.