Skip to content

Commit

Permalink
Github: Adding a Run button
Browse files Browse the repository at this point in the history
This allows us to force these from `main` in the event of a Github Actions outage.
  • Loading branch information
tombuildsstuff committed Nov 6, 2023
1 parent 5a5e91e commit f082dd4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'config/microsoft-graph.hcl'
- 'submodules/msgraph-metadata'
- 'tools/importer-msgraph/**'
workflow_dispatch: # for manual invocations


concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/automation-regenerate-go-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'data/**'
- 'tools/generator-go-sdk/**'
workflow_dispatch: # for manual invocations

concurrency:
group: 'regengosdk-${{ github.head_ref }}'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/automation-regenerate-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'data/**'
- 'tools/generator-terraform/**'
workflow_dispatch: # for manual invocations

concurrency:
group: 'regenterraform-${{ github.head_ref }}'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/automation-rest-api-specs-importer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'config/**'
- 'submodules/rest-api-specs'
- 'tools/importer-rest-api-specs/**'
workflow_dispatch: # for manual invocations


concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/automation-version-bumper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'submodules/msgraph-metadata'
- 'submodules/rest-api-specs'
- 'tools/version-bumper/**'
workflow_dispatch: # for manual invocations

jobs:
run-version-bumper:
Expand Down

0 comments on commit f082dd4

Please sign in to comment.