Skip to content

Commit ca0c5a5

Browse files
add dummy github action (#5422)
Co-authored-by: Junpu Fan <junpu@amazon.com>
1 parent ff5dd4b commit ca0c5a5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/noop.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: noop
2+
on: [push]
3+
jobs:
4+
noop:
5+
runs-on:
6+
- codebuild-test1-${{ github.run_id }}-${{ github.run_attempt }}
7+
steps:
8+
- name: checkout github code
9+
uses: actions/checkout@v4
10+
- name: check github files
11+
shell: bash
12+
run: |
13+
cat README.md

0 commit comments

Comments
 (0)