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 06768cc commit dd5c861Copy full SHA for dd5c861
.github/workflows/directory-listing.yml
@@ -1,11 +1,11 @@
1
name: "Generate directory listing"
2
on:
3
- push:
+ repository_dispatch:
4
+ types: ["Generate directory"]
5
workflow_dispatch:
6
7
jobs:
8
pages-directory-listing:
- if: github.ref == 'refs/heads/data'
9
runs-on: ubuntu-24.04
10
name: "Directory Listings Index"
11
steps:
@@ -25,7 +25,6 @@ jobs:
25
path: 'data' # upload generated folder
26
27
deploy:
28
29
needs: pages-directory-listing
30
permissions:
31
pages: write # to deploy to Pages
.github/workflows/generate-jira-excerpt.yml
@@ -47,4 +47,4 @@ jobs:
47
uses: peter-evans/repository-dispatch@v3
48
with:
49
token: ${{ secrets.GITHUB_TOKEN }}
50
- event-type: "Base files"
+ event-type: "Generate directory"
0 commit comments