Skip to content

Commit 5939ca3

Browse files
committed
Limit sync standard execution on schedule
1 parent 66518a1 commit 5939ca3

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
publish:
15+
if: github.event_name != 'schedule' || github.ref == 'refs/heads/main'
1516
uses: EvergineTeam/evergine-standards/.github/workflows/binding-xml-cd.yml@main
1617
with:
1718
xml-url: "https://raw.githubusercontent.com/KhronosGroup/OpenXR-Docs/master/specification/registry/xr.xml"

.github/workflows/sync-standards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ on:
4141

4242
jobs:
4343
sync:
44+
if: github.event_name != 'schedule' || github.ref == 'refs/heads/main'
4445
permissions:
4546
contents: write # allow push commits
4647
pull-requests: write

Resources/NugetIcon/icon.png

-1.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)