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 ab217cf + 7a992ad commit aae667cCopy full SHA for aae667c
.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
@@ -46,6 +49,9 @@ jobs:
46
49
run: diff -B ./PHPCompatibilityWP/ruleset.xml <(xmllint --format "./PHPCompatibilityWP/ruleset.xml")
47
50
48
51
test:
52
53
54
55
needs: xmllint
56
57
0 commit comments