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.
2 parents cba7004 + e2e11d4 commit fd215d2Copy full SHA for fd215d2
1 file changed
.github/workflows/ci.yml
@@ -14,6 +14,9 @@ on:
14
15
jobs:
16
xmllint:
17
+ # Don't run the cron job on forks.
18
+ if: ${{ github.event_name != 'schedule' || github.event.repository.fork == false }}
19
+
20
name: 'Check XML'
21
runs-on: ubuntu-latest
22
@@ -47,6 +50,9 @@ jobs:
47
50
diff -B ./PHPCompatibilityPasswordCompat/ruleset.xml <(xmllint --format "./PHPCompatibilityPasswordCompat/ruleset.xml")
48
51
49
52
test:
53
54
55
56
needs: xmllint
57
58
0 commit comments