Skip to content

Commit

Permalink
add workflow call trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Dec 18, 2024
1 parent c0db884 commit c87eeba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image-scan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy CF.gov to EKS
on:
push:
workflow_call:
jobs:
build:
runs-on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-custom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: Testing
runs:
codebuild-cfpb-cfgov-actions-gha-${{ github.run_id }}-${{ github.run_attempt }

0 comments on commit c87eeba

Please sign in to comment.