diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:04:31 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:04:31 -0600 |
commit | a862dbbe144e12195fac4e64e0a9e2c9a5b5ba6e (patch) | |
tree | 048b4d823adf3d5fccb504e3297c9641937d9873 /.github/workflows/pysa.yml | |
parent | 47de3e51b31da0e0fd90e9b6ed92309bb2f34f9d (diff) | |
download | audit-tools-a862dbbe144e12195fac4e64e0a9e2c9a5b5ba6e.tar.gz audit-tools-a862dbbe144e12195fac4e64e0a9e2c9a5b5ba6e.tar.bz2 audit-tools-a862dbbe144e12195fac4e64e0a9e2c9a5b5ba6e.zip |
fix pysa
Diffstat (limited to '.github/workflows/pysa.yml')
-rw-r--r-- | .github/workflows/pysa.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/pysa.yml b/.github/workflows/pysa.yml index a60a99f..34d55c8 100644 --- a/.github/workflows/pysa.yml +++ b/.github/workflows/pysa.yml @@ -20,8 +20,6 @@ on: branches: [ $default-branch, $protected-branches ] pull_request: branches: [ $default-branch ] - schedule: - - cron: $cron-weekly permissions: contents: read |