Skip to content

Commit

Permalink
disabling api build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningorb committed Nov 26, 2024
1 parent 58084f1 commit 94a4d68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tests

on:
schedule:
- cron: "0 * * * *"
- cron: "0 0 * * *"
push:
branches: ["*"]
pull_request:
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
timeout-minutes: 5
if: false

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 94a4d68

Please sign in to comment.