Merge pull request #307 from alphagov/dependabot/github_actions/styfl… #218
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Image: cf-acceptance-tests (ginkgo v2)" | |
permissions: | |
actions: write # so 'cancel-workflow-action' can function | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
workflows: | |
uses: ./.github/workflows/build-image-base.yml | |
with: | |
image: cf-acceptance-tests | |
secrets: inherit |