Skip to content

Commit

Permalink
fix: update tests (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgy93 authored Apr 11, 2024
1 parent ae80f89 commit 15c988c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: tests
on:
pull_request:
push:
branches: [ main ]
branches: [main]

schedule:
- cron: '25 08 * * *'
- cron: "25 08 * * *"

workflow_dispatch:
inputs:
Expand All @@ -15,9 +15,9 @@ on:
required: false
default: false

# This is required for "gautamkrishnar/keepalive-workflow"
# This is required for "gautamkrishnar/keepalive-workflow", see "ddev/github-action-add-on-test"
permissions:
contents: write
actions: write

jobs:
tests:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ddev/github-action-add-on-test@v1
- uses: ddev/github-action-add-on-test@v2
with:
ddev_version: ${{ matrix.ddev_version }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 15c988c

Please sign in to comment.