summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-10-19 23:55:18 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-10-20 00:15:21 -0600
commit9e3750f7b814f5695f8978a5320225430d021e3d (patch)
treea2f47b3c1526a7cdc4331adcffe5e2a7ba984de2 /.github
parent9a89d96ca66a828aef3f3827323daa5920d27721 (diff)
set permissions for GitHub actions and enable workflow dispatch on CI workflow [no ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2347a9f0..d33070d1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,9 +7,11 @@ on:
paths-ignore: ['*.adoc', 'docs/**']
schedule:
- cron: '0 2 * * *'
+ workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
+permissions: read-all
jobs:
activate:
if: |