1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Fix job step order (#16038)

This commit is contained in:
Jonathan Prusik
2025-08-15 14:35:41 -04:00
committed by GitHub
parent 351a945f02
commit 6a65a6ff48

View File

@@ -16,6 +16,11 @@ jobs:
contents: read
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- 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) }}
env:
@@ -51,11 +56,6 @@ jobs:
repositories: browser-interactions-testing
permission-actions: write
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2