Skip to content

added EXIT_WHEN_IDLE, FETCH_MINIMAL_WORK, FETCH_ON_UPDATE and `… #28

added EXIT_WHEN_IDLE, FETCH_MINIMAL_WORK, FETCH_ON_UPDATE and `…

added EXIT_WHEN_IDLE, FETCH_MINIMAL_WORK, FETCH_ON_UPDATE and `… #28

Workflow file for this run

name: Push
on: push
permissions:
contents: read
packages: write
jobs:
docker:
uses: ./.github/workflows/docker.yml
if: ${{ github.actor != 'dependabot[bot]' }}
with:
push: ${{ github.ref == 'refs/heads/main' }}
secrets: inherit