Skip to content

Commit 4069cd0

Browse files
authored
Update a.yml
1 parent 8165d97 commit 4069cd0

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/a.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
on: [pull_request]
2-
31
jobs:
42
build:
5-
name: Test
6-
runs-on: ${{ github.run_id }}/runner=8cpu-linux-x64
7-
permissions: write-all
3+
runs-on: runs-on=${{ github.run_id }}/runner=2cpu-linux-x64
84
steps:
9-
- name: test
10-
run: echo 1
11-
shell: bash -l {0}
5+
- run: echo "Hello from x64!"

0 commit comments

Comments
 (0)