Clean github actions

This commit is contained in:
Laurent Destailleur 2023-08-26 22:41:03 +02:00
parent 8d8fa01b2b
commit 89143099e8
3 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
name: "Exakat analysis"
on:
# execute once a month, the 1st
schedule:
- cron: "0 20 1 * *"
workflow_dispatch:

View File

@ -13,7 +13,7 @@ jobs:
# uses: ./.github/workflows/files_changed.yaml
# with:
# folder_path: .*
linter_name:
name: Run & fix PHP Code Sniffer
runs-on: ubuntu-latest