|
@@ -13,13 +13,11 @@ jobs:
|
|
|
contents: read
|
|
contents: read
|
|
|
id-token: write
|
|
id-token: write
|
|
|
|
|
|
|
|
- # Only allow workflow to run on minor branch
|
|
|
|
|
- if: github.ref == 'refs/heads/minor'
|
|
|
|
|
-
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v4
|
|
uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|
|
|
|
|
+ ref: minor
|
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
|
|
# Check if branch received commits in the last 24 h; skip remainder if none
|
|
# Check if branch received commits in the last 24 h; skip remainder if none
|