We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8165d97 commit 4069cd0Copy full SHA for 4069cd0
1 file changed
.github/workflows/a.yml
@@ -1,11 +1,5 @@
1
-on: [pull_request]
2
-
3
jobs:
4
build:
5
- name: Test
6
- runs-on: ${{ github.run_id }}/runner=8cpu-linux-x64
7
- permissions: write-all
+ runs-on: runs-on=${{ github.run_id }}/runner=2cpu-linux-x64
8
steps:
9
- - name: test
10
- run: echo 1
11
- shell: bash -l {0}
+ - run: echo "Hello from x64!"
0 commit comments