Skip to content

Commit f951cb5

Browse files
committed
fix github workflow repo name
1 parent 75ecd3f commit f951cb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sync-uuid.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ concurrency:
2222
jobs:
2323
backfill:
2424
# 防止 fork、限定 main、并避免机器人循环
25-
if: github.repository == 'InvolutionHell/involutionhell.github.io' &&
26-
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/contributor') &&
25+
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/contributor') &&
2726
github.actor != 'github-actions[bot]'
2827
runs-on: ubuntu-latest
2928
permissions:

0 commit comments

Comments
 (0)