Skip to content

Commit

Permalink
add setup python action
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Sep 27, 2024
1 parent 0a2010d commit 5b75cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cron-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Security and quality nightly scan

on:
pull_request:
# schedule:
# - cron: '0 10 * * *'

permissions:
contents: read
Expand All @@ -28,6 +26,9 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{matrix.branch}}
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 5b75cc5

Please sign in to comment.