Skip to content

Commit

Permalink
test_: fix zizmor warnings and test it
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Jan 29, 2025
1 parent 13e5aa6 commit 13c5381
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-reliability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
push:
branches:
- "test-reactivate-reliability-workflow"

env:
FORCE_COLOR: "1"
Expand All @@ -12,9 +15,15 @@ jobs:
test-reliability:
timeout-minutes: 90
runs-on: ubuntu-latest
permissions:
contents: read # Restrict repository access to read-only
actions: read # Only read actions, no write access
checks: write # Allow posting test reports
steps:

- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 13c5381

Please sign in to comment.