Merge branch 'master' into aws_agressive_autoscale_lambda_script #228
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: RockyLinux | |
on: [push] | |
jobs: | |
RockyLinux8: | |
runs-on: ubuntu-20.04 | |
container: rockylinux:8 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/deploy-rockylinux | |
RockyLinux9: | |
runs-on: ubuntu-20.04 | |
container: rockylinux:9 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/deploy-rockylinux-9 |