Skip to content

Commit 83db2b2

Browse files
authored
Update test-build-resources-with-pandoc.yml (#234)
1 parent da43334 commit 83db2b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-build-resources-with-pandoc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ on:
1111
- "!master" # excludes master
1212
tags: ["!**"]
1313

14+
permissions:
15+
issues: write
16+
pull-requests: write
17+
1418
jobs:
1519
build-resources-with-pandoc:
20+
if: github.repository == 'future-architect/coding-standards'
1621
runs-on: ubuntu-latest
1722
steps:
1823
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)