Use S3 lock to control access to CI resources (#166) #71
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: Build and test main | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
# Build, publish and test the images | |
build_test_images: | |
uses: ./.github/workflows/build_test_images.yaml | |
secrets: inherit |