From e9ee97d27c730378677ecb576e17a3652831f1a7 Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Tue, 21 May 2024 14:50:09 -0400 Subject: [PATCH] build: Do not run release-ghcr on `pull_request` The `pull_request` trigger tries to merge the base branch, and Hydra uses the commit tip, so nix will usually not resolve the correct artifact. --- .github/workflows/release-ghcr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-ghcr.yml b/.github/workflows/release-ghcr.yml index 8a596db3a..a0a6db9a7 100644 --- a/.github/workflows/release-ghcr.yml +++ b/.github/workflows/release-ghcr.yml @@ -5,7 +5,6 @@ on: types: - published push: {} - pull_request: {} workflow_dispatch: {} schedule: # Everyday at 4:00 AM UTC