Skip to content

Commit 75d29cb

Browse files
authored
Minor github actions improvement (#8)
1 parent d06aa95 commit 75d29cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ defaults:
1818
run:
1919
shell: bash
2020

21+
# This is required for "gautamkrishnar/keepalive-workflow"
22+
permissions:
23+
contents: write
24+
2125
env:
2226
NIGHTLY_DDEV_PR_URL: "https://nightly.link/ddev/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
2327
# Allow ddev get to use a github token to prevent rate limiting by tests
@@ -83,3 +87,4 @@ jobs:
8387
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
8488
# GitHub from turning off tests after 60 days
8589
- uses: gautamkrishnar/keepalive-workflow@v1
90+
if: matrix.ddev_version == 'stable'

0 commit comments

Comments
 (0)