Skip to content

Commit

Permalink
clean up job
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Dec 18, 2024
1 parent df51d81 commit d4511d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/image-scan.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: hello-world
on: push
on:
push:
jobs:
my-job:
runs-on: cfpb-cfgov-cfpb-actions-gha-${{ github.run_id }}-${{ github.run_attempt }}
runs-on:
- cfpb-cfgov-cfpb-actions-gha-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- name: my-step
run: echo "Hello World!"

0 comments on commit d4511d9

Please sign in to comment.