Skip to content

Commit

Permalink
Update normal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard authored Mar 6, 2024
1 parent 4847a5e commit f9f78c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/normal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Normal

on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 5,17 * * *'
push:
branches: [ "main" ]
pull_request:
Expand All @@ -15,7 +18,7 @@ jobs:
steps:

- name: Install PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@2.21.2
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
#extensions: mbstring
Expand Down

0 comments on commit f9f78c6

Please sign in to comment.