diff options
| author | Asif Saif Uddin <auvipy@gmail.com> | 2022-07-12 17:44:01 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-12 17:44:01 +0600 |
| commit | 6b0bc96a5812a98c4e6852a6278e43427fde786c (patch) | |
| tree | 0e093d6d5bf91785d9e192f2c53251b5da1ae2c8 | |
| parent | cea1a2f01773544c2004ab9d0b909ff3c6a9cfad (diff) | |
| download | py-amqp-tide.tar.gz | |
remove cron & use v3 checkouttide
| -rw-r--r-- | .github/workflows/tidelift.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/tidelift.yml b/.github/workflows/tidelift.yml index 9920a3a..0d33ece 100644 --- a/.github/workflows/tidelift.yml +++ b/.github/workflows/tidelift.yml @@ -1,8 +1,6 @@ name: Tidelift Alignment on: - schedule: - - cron: "30 2 * * *" # daily at 02:30 UTC push: paths: - ".github/workflows/tidelift.yml" @@ -16,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Scan uses: tidelift/alignment-action@main env: |
