Skip to content

Commit 40065f4

Browse files
committed
👷 Skip fix when last push by @github-actions[bot]
1 parent f4c7f93 commit 40065f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/fix.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
permissions:
1212
contents: write
1313

14+
if: github.actor != 'github-actions[bot]'
15+
1416
steps:
1517
- uses: actions/checkout@v4
1618
with:

0 commit comments

Comments
 (0)