Skip to content

Commit

Permalink
merge group permissions wip
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Mar 10, 2023
1 parent bbf071d commit 88c0572
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/templates/.github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
merge_group:
workflow_dispatch:
permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
merge_group:
workflow_dispatch:
permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
merge_group:
workflow_dispatch:
permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions playbooks/templates/.github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
merge_group:
workflow_dispatch:
env:
LSR_ROLE2COLL_NAMESPACE: {{ lsr_namespace }}
Expand Down
1 change: 1 addition & 0 deletions playbooks/templates/.github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on: # yamllint disable-line rule:truthy
- checks_requested
schedule:
{{ github_actions.codeql.schedule | to_nice_yaml(indent=2) | indent(width=4, first=true) -}}
workflow_dispatch:
jobs:
analyze:
name: Analyze
Expand Down
1 change: 1 addition & 0 deletions playbooks/templates/.github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
merge_group:
workflow_dispatch:
permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions playbooks/templates/.github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
merge_group:
workflow_dispatch:
permissions:
contents: read
Expand Down

0 comments on commit 88c0572

Please sign in to comment.