Skip to content

Merge pull request #568 from shreyb/fix-global-pool-env-clearing-cleanup #25

Merge pull request #568 from shreyb/fix-global-pool-env-clearing-cleanup

Merge pull request #568 from shreyb/fix-global-pool-env-clearing-cleanup #25

name: build-al9-push
on:
push:
branches:
- master
workflow_dispatch:
jobs:
pushed_commit:
runs-on: ubuntu-latest
name: "Build master after push in AL9 container"
container:
image: almalinux:9.3-minimal
steps:
- name: Install tar and gzip
run: |
microdnf install -y tar
microdnf install -y gzip
- name: Check out jobsub_lite in runner
uses: actions/checkout@v4
- name: Check out jobsub_lite_config in runner
uses: actions/checkout@v4
with:
repository: fermitools/jobsub_lite_config
path: config
token: ${{ secrets.ACCESS_JOBSUB_LITE_CONFIG }}
- uses: ./.github/actions/build-with-make-al9