Skip to content

Commit

Permalink
Minor github actions improvement (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jul 24, 2023
1 parent d06aa95 commit 75d29cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ defaults:
run:
shell: bash

# This is required for "gautamkrishnar/keepalive-workflow"
permissions:
contents: write

env:
NIGHTLY_DDEV_PR_URL: "https://nightly.link/ddev/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
# Allow ddev get to use a github token to prevent rate limiting by tests
Expand Down Expand Up @@ -83,3 +87,4 @@ jobs:
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
# GitHub from turning off tests after 60 days
- uses: gautamkrishnar/keepalive-workflow@v1
if: matrix.ddev_version == 'stable'

0 comments on commit 75d29cb

Please sign in to comment.