Skip to content

Commit f54260d

Browse files
committed
Fixed build script
1 parent a6bad8b commit f54260d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_jda_forge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
github.actor != 'dependabot[bot]' &&
1515
github.actor != 'github-actions[bot]' &&
1616
!startsWith(github.actor, 'dependabot') &&
17-
!endsWith(github.event.head_commit.author.name, '[bot]')
17+
!endsWith(github.event.head_commit.author.name, '[bot]') &&
18+
!contains(github.event.head_commit.message, '@skip')
1819
uses: RealMangorage/SharedActions/.github/workflows/gradle.yml@v0
1920
with:
2021
java: 21

0 commit comments

Comments
 (0)