fix condition

This commit is contained in:
Luca Beurer-Kellner
2025-03-11 14:43:17 +01:00
parent a34e88b9c7
commit eb969c24df
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
build-explorer-local-images:
runs-on: ubuntu-latest
# check that this is a tag or the 'main' branch but not a pull request
if: ${{ github.event.workflow_run.conclusion == 'success' && (github.ref_type == 'tag' || github.ref == 'refs/heads/main') }}
if: ${{ github.event.workflow_run.conclusion == 'success' && (github.ref_type == 'tag' || github.ref == 'refs/heads/ghcr') }}
steps:
- name: Checkout Code