We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06aa95 commit 75d29cbCopy full SHA for 75d29cb
.github/workflows/tests.yml
@@ -18,6 +18,10 @@ defaults:
18
run:
19
shell: bash
20
21
+# This is required for "gautamkrishnar/keepalive-workflow"
22
+permissions:
23
+ contents: write
24
+
25
env:
26
NIGHTLY_DDEV_PR_URL: "https://nightly.link/ddev/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
27
# Allow ddev get to use a github token to prevent rate limiting by tests
@@ -83,3 +87,4 @@ jobs:
83
87
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
84
88
# GitHub from turning off tests after 60 days
85
89
- uses: gautamkrishnar/keepalive-workflow@v1
90
+ if: matrix.ddev_version == 'stable'
0 commit comments