Skip to content

Commit

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

0 comments on commit c0db884

Please sign in to comment.