Also set resource k8s limits/requests on the apply job (#1553) #955
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: Develop | |
on: | |
push: | |
branches: [develop] | |
permissions: | |
contents: read | |
id-token: write | |
packages: write | |
jobs: | |
develop-images: | |
uses: ./.github/workflows/images.yaml | |
secrets: inherit |