Update sn3d.h #28
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: CI Slow | |
on: | |
push: | |
branches-ignore: | |
- classic* | |
workflow_dispatch: | |
concurrency: | |
# Use github.run_id on main or develop branch (unlimited concurrency) | |
# Use github.ref otherwise, so that it's unique per branch or PR | |
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.ref }} | |
cancel-in-progress: false | |
jobs: | |
citestmode: | |
name: testmode ON | |
uses: ./.github/workflows/ci.yml | |
with: | |
testmode: ON | |
secrets: inherit |