Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter authored May 2, 2022
1 parent 650c2aa commit 6571183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "main"
- "[0-9]+.[0-9]+.x"
schedule:
- cron: "30 * * * *" # Runs hourly
- cron: "0 * * * *" # Runs hourly

jobs:
matrix:
Expand All @@ -28,6 +28,6 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@1.19.1
uses: ghostwriter/laminas-continuous-integration-action@temp
with:
job: ${{ matrix.job }}

0 comments on commit 6571183

Please sign in to comment.