Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 24, 2023
1 parent c7ffe3e commit ed67c68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analyse.yaml
Expand Up @@ -3,6 +3,7 @@ name: analyse
on:
push:
pull_request:
workflow_dispatch:

jobs:
analyse:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/audits.yaml
Expand Up @@ -3,8 +3,7 @@ name: audits
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
audit-dependencies:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coveralls.yaml
Expand Up @@ -3,6 +3,7 @@ name: coveralls
on:
push:
pull_request:
workflow_dispatch:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -3,6 +3,7 @@ name: tests
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

Expand Down

0 comments on commit ed67c68

Please sign in to comment.