Skip to content

Commit

Permalink
Do not automatically disable workflow execution
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske committed Feb 16, 2024
1 parent 14cecef commit 8cec9ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
permissions:
contents: read
contents: write
packages: write

runs-on: ubuntu-latest
Expand All @@ -36,3 +36,6 @@ jobs:
push: true
tags: ghcr.io/hueske-digital/vwidclimatisation:latest
platforms: linux/amd64,linux/arm64/v8

- name: Do not automatically disable workflow execution
uses: gautamkrishnar/keepalive-workflow@v1

0 comments on commit 8cec9ad

Please sign in to comment.