Browse Source

Ensure dependent CI workflows run (#16662)

pull/16665/head
Joel Challis 2 years ago
committed by GitHub
parent
commit
8bffc61959
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .github/workflows/develop_update.yml
  2. +1
    -0
      .github/workflows/feature_branch_update.yml

+ 1
- 0
.github/workflows/develop_update.yml View File

@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.QMK_BOT_TOKEN }}
fetch-depth: 0
- name: Checkout develop


+ 1
- 0
.github/workflows/feature_branch_update.yml View File

@ -19,6 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.QMK_BOT_TOKEN }}
fetch-depth: 0
- name: Checkout branch


Loading…
Cancel
Save