We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ecd3f commit f951cb5Copy full SHA for f951cb5
.github/workflows/sync-uuid.yml
@@ -22,8 +22,7 @@ concurrency:
22
jobs:
23
backfill:
24
# 防止 fork、限定 main、并避免机器人循环
25
- if: github.repository == 'InvolutionHell/involutionhell.github.io' &&
26
- (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/contributor') &&
+ if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/contributor') &&
27
github.actor != 'github-actions[bot]'
28
runs-on: ubuntu-latest
29
permissions:
0 commit comments