Skip to content

Commit

Permalink
First attempt at running something on codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Sep 25, 2024
1 parent f89f8ee commit 3c30ead
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/helloworld.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Hello World
on: [push]
jobs:
Hello-World-Job:
runs-on:
- codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: echo "Hello World!"

0 comments on commit 3c30ead

Please sign in to comment.