Skip to content

Commit

Permalink
Merge pull request #20 from antistatique/feature/refactoring-github-a…
Browse files Browse the repository at this point in the history
…ctions-files-names

change actions Github names to follow newer practices
  • Loading branch information
WengerK authored Jun 14, 2024
2 parents 0327c8e + 533a1bc commit 93e9c13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: code-styles
on: [pull_request]
name: Code styles
on:
push:
schedule:
- cron: '0 0 * * THU'

jobs:
php-cs-fixer:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests
on:
push:
schedule:
- cron: "0 0 * * THU"
- cron: '0 0 * * THU'

jobs:
tests:
Expand Down

0 comments on commit 93e9c13

Please sign in to comment.