Skip to content

Commit

Permalink
Added ref to all main workflows (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Dec 12, 2022
1 parent 7ef189b commit d96459d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yml
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Test
uses: ./.github/actions/test-e2e
Expand All @@ -59,6 +60,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Test
uses: ./.github/actions/test-e2e
Expand All @@ -84,6 +86,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Test
uses: ./.github/actions/test-e2e
Expand Down Expand Up @@ -113,6 +116,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Test
uses: ./.github/actions/test-e2e
Expand All @@ -135,6 +139,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Notify
uses: ./.github/actions/notify
Expand All @@ -149,6 +154,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Coverage report
uses: ./.github/actions/coverage
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/integrations.yml
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Install package
uses: ./.github/actions/install-package
Expand All @@ -49,6 +50,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Notify
uses: ./.github/actions/notify
Expand All @@ -71,6 +73,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Install package
uses: ./.github/actions/install-package
Expand All @@ -92,6 +95,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Notify
uses: ./.github/actions/notify
Expand All @@ -114,6 +118,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Install package
uses: ./.github/actions/install-package
Expand All @@ -135,6 +140,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Notify
uses: ./.github/actions/notify
Expand All @@ -157,6 +163,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Install package
uses: ./.github/actions/install-package
Expand All @@ -178,6 +185,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Notify
uses: ./.github/actions/notify
Expand All @@ -204,6 +212,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Test
uses: ./.github/actions/test-e2e
Expand All @@ -222,6 +231,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Notify
uses: ./.github/actions/notify
Expand All @@ -248,6 +258,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Test
uses: ./.github/actions/test-e2e
Expand All @@ -266,6 +277,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Notify
uses: ./.github/actions/notify
Expand All @@ -292,6 +304,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Test
uses: ./.github/actions/test-e2e
Expand All @@ -310,6 +323,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Notify
uses: ./.github/actions/notify
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit.yml
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Run tests
uses: ./.github/actions/test-unit
Expand All @@ -50,6 +51,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Notify
uses: ./.github/actions/notify
Expand All @@ -64,6 +66,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.pull_request.head.ref }}

- name: Coverage report
uses: ./.github/actions/coverage
Expand Down

0 comments on commit d96459d

Please sign in to comment.