Skip to content

Commit

Permalink
Enable workflow_dispatch DEVOPS-2662
Browse files Browse the repository at this point in the history
Not actually needed because the workflow runs
are triggered by changes in relevant directories,
but is useful for updates to the actual workflow
or its tools.
  • Loading branch information
dcrossleyau committed Nov 17, 2023
1 parent 233b0f6 commit 01f5b9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
AWS_S3_ACCESS_KEY: ${{ secrets.INDEXDATA_S3_SECRET_ACCESS_KEY }}

on:
workflow_dispatch:
push:
branches: [ main, master ]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/api-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:
API_WARNINGS: false

on:
workflow_dispatch:
push:
paths:
- 'src/main/resources/openapi/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/api-schema-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
API_EXCLUDES: 'example'

on:
workflow_dispatch:
push:
paths:
- 'src/main/resources/openapi/**'
Expand Down

0 comments on commit 01f5b9a

Please sign in to comment.