1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

simplify step conditional (#16040)

This commit is contained in:
Jonathan Prusik
2025-08-15 16:36:18 -04:00
committed by GitHub
parent d6a48c4f3f
commit d4bb341847

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Check for job requirements - name: Check for job requirements
if: ${{ !(github.event.workflow_run.pull_requests && github.event.workflow_run.pull_requests.length > 0 && github.event.workflow_run.head_branch) }} if: ${{ !github.event.workflow_run.pull_requests || !github.event.workflow_run.head_branch }}
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
run: | run: |