Skip to content

Commit

Permalink
Disable Github Actions on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 25, 2024
1 parent 1a63d8c commit 6348a80
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 3 * * *"
# schedule:
# - cron: "0 3 * * *"

jobs:

# Test (Linux)

test-linux:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, "3.10"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -89,7 +88,7 @@ jobs:
with:
branch: site
create_branch: true
push_options: '--force'
push_options: "--force"

# Release

Expand Down

0 comments on commit 6348a80

Please sign in to comment.