[STABLE-8240] Add v2 abis #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Olympix Scan" | ||
on: | ||
pull_request: | ||
branches: [ "master" ] | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '31 14 * * 1' # Every Monday 2:31PM UTC | ||
jobs: | ||
run_olympix: | ||
if: ${{ github.repository_owner == 'circlefin' }} | ||
uses: circlefin/security-seceng-templates/.github/workflows/olympix_scan.yml@v1 | ||
Check failure on line 12 in .github/workflows/ci-olympix.yml GitHub Actions / .github/workflows/ci-olympix.ymlInvalid workflow file
|
||