Skip to content

Commit

Permalink
chore: Disable workflow auto triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Feb 22, 2024
1 parent 7ebdb3c commit 2975801
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@
name: CI

on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
schedule:
- cron: "0 6 * * 1-5"
workflow_dispatch:

jobs:
check:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
name: Release

on:
release:
types: [published]
schedule:
- cron: "0 0 * * 1-5"
workflow_dispatch:
inputs:
runtests:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sync-lockfiles.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Sync Cargo lockfiles

on:
schedule:
- cron: "0 0 * * *" # At the end of every day
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 2975801

Please sign in to comment.