mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Clean github actions
This commit is contained in:
parent
8d8fa01b2b
commit
89143099e8
1
.github/workflows/exakat.yml
vendored
1
.github/workflows/exakat.yml
vendored
|
|
@ -2,6 +2,7 @@
|
|||
name: "Exakat analysis"
|
||||
|
||||
on:
|
||||
# execute once a month, the 1st
|
||||
schedule:
|
||||
- cron: "0 20 1 * *"
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
2
.github/workflows/phpcsfixer.yml
vendored
2
.github/workflows/phpcsfixer.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user