Skip to content

Commit f158ef9

Browse files
authored
update bha (#5428)
1 parent 8266145 commit f158ef9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/noop.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
name: noop
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- gha
6+
pull_request:
7+
branches:
8+
- gha
39
jobs:
410
noop:
511
runs-on:
6-
- codebuild-test1-${{ github.run_id }}-${{ github.run_attempt }}
12+
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
713
steps:
814
- name: checkout github code
915
uses: actions/checkout@v4

0 commit comments

Comments
 (0)