Skip to content

Commit 7842dea

Browse files
Fix some update-modrinth-deps PRs skipping CI
1 parent 1400ad0 commit 7842dea

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches-ignore:
66
- "dependabot/**"
7-
- "modrinth-deps/**"
87
tags-ignore:
98
- "**"
109
paths:

.github/workflows/update_modrinth_deps.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
- cron: "0 0 * * *"
66
workflow_dispatch:
77

8-
permissions:
9-
# Needed to edit gradle.properties on the PR branches
10-
contents: write
11-
128
jobs:
139
update-deps:
1410
runs-on: ubuntu-latest
@@ -17,12 +13,8 @@ jobs:
1713
matrix:
1814
branch: ["master", "26.1", "1.21.10", "1.21.8"]
1915
steps:
20-
- name: Checkout
21-
uses: actions/checkout@v6
22-
with:
23-
ref: ${{ matrix.branch }}
24-
2516
- name: Update Modrinth Dependencies
2617
uses: Wurst-Imperium/update-modrinth-deps@v1
2718
with:
19+
ref: ${{ matrix.branch }}
2820
token: ${{ secrets.UMD_PR_TOKEN }}

0 commit comments

Comments
 (0)