Skip to content

Commit

Permalink
change actions Github names to follow newer practices
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Jun 14, 2024
1 parent ce11210 commit ce18034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: code-styles
on: [pull_request]
name: Code styles
on: [push]
schedule:
- cron: '0 0 * * THU'

jobs:
php-cs-fixer:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Tests
on:
push:
on: [push]
schedule:
- cron: "0 0 * * THU"
- cron: '0 0 * * THU'

jobs:
tests:
Expand Down

0 comments on commit ce18034

Please sign in to comment.