diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-09 16:47:17 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-09 16:47:17 +0200 |
commit | 0c3a1c7288032401327a9c4d7044e297bf3f7da6 (patch) | |
tree | cda2286e14f641e8e3ee0726945f42618c337697 /.github | |
parent | ceed812458340d4dbe439566f57194773864454e (diff) | |
download | hugo-0c3a1c7288032401327a9c4d7044e297bf3f7da6.tar.gz hugo-0c3a1c7288032401327a9c4d7044e297bf3f7da6.zip |
github: Turn off the image workflow for pull request
We need to fix it so it does not publish anything to the remote repo before we can enable that.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/image.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 477343bb2..4bbd1f62c 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -7,7 +7,6 @@ on: paths: - Dockerfile - .github/workflows/image.yml - pull_request: permissions: packages: write |