We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdaa0d2 commit a8131c3Copy full SHA for a8131c3
.github/workflows/codebuild-test.yml
@@ -0,0 +1,8 @@
1
+name: Hello World
2
+on: [push]
3
+jobs:
4
+ Hello-World-Job:
5
+ runs-on:
6
+ - codebuild-runner-cdap-container-${{ github.run_id }}-${{ github.run_attempt }}
7
+ steps:
8
+ - run: echo "Hello World!"
0 commit comments