We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f6b6f commit 7114913Copy full SHA for 7114913
.github/workflows/cirrus-testing.yml
@@ -4,7 +4,7 @@ on: [push, pull_request] # Trigger on push or pull request
4
5
jobs:
6
hello-world:
7
- runs-on: gh-arc-ctsm-scale-set
+ runs-on: gha-runner-ctsm
8
steps:
9
- name: Print a little message
10
run: echo "Hello, world!"
0 commit comments