File tree Expand file tree Collapse file tree 4 files changed +34
-12
lines changed
Expand file tree Collapse file tree 4 files changed +34
-12
lines changed Original file line number Diff line number Diff line change 11name : ubuntu-ci-container-x86_64-build
22on :
33 # Uncomment this to test for PRs (but do not submit)
4- # pull_request:
5- # paths-ignore:
6- # - 'configs/sites/**'
7- # - 'doc/**'
8- # - '**.md'
9- # - '.github/ISSUE_TEMPLATE/*'
10- # - '.gitignore'
11-
4+ pull_request :
5+ paths-ignore :
6+ - ' configs/sites/**'
7+ - ' !configs/sites/tier2/*.default/*'
8+ - ' **.md'
9+ - ' .github/CODEOWNERS'
10+ - ' .github/pull_request_template.md'
11+ - ' .github/ISSUE_TEMPLATE/*'
12+ - ' .gitignore'
1213 schedule :
1314 - cron : ' 0 8 * * *'
1415 workflow_dispatch :
5556 DOW=$(date +%u)
5657 # Monday is 1 ... Sunday is 7
5758 if [[ $DOW == 1 || $DOW == 4 ]]; then
58- export CONTAINER=${{ inputs.container || 'docker-ubuntu-clang-mpich' }}
59- export SPECS=${{ inputs.specs || 'jedi-ci' }}
60- elif [[ $DOW == 2 ]]; then
6159 export CONTAINER=${{ inputs.container || 'docker-ubuntu-gcc-openmpi' }}
6260 export SPECS=${{ inputs.specs || 'jedi-ci' }}
63- elif [[ $DOW == 5 ]]; then
61+ elif [[ $DOW == 2 || $DOW == 5 ]]; then
6462 export CONTAINER=${{ inputs.container || 'docker-ubuntu-gcc11-openmpi' }}
6563 export SPECS=${{ inputs.specs || 'jedi-ci' }}
6664 elif [[ $DOW == 3 || $DOW == 6 ]]; then
Original file line number Diff line number Diff line change 11name : ubuntu-ci-c6a-x86_64-gnu-build
22on :
33 pull_request :
4+ paths-ignore :
5+ - ' configs/sites/**'
6+ - ' !configs/sites/tier2/*.default/*'
7+ - ' **.md'
8+ - ' .github/CODEOWNERS'
9+ - ' .github/pull_request_template.md'
10+ - ' .github/ISSUE_TEMPLATE/*'
11+ - ' .gitignore'
412 workflow_dispatch :
513
614concurrency :
Original file line number Diff line number Diff line change 11name : ubuntu-ci-c6a-x86_64-oneapi-ifx-build
22on :
33 pull_request :
4+ paths-ignore :
5+ - ' configs/sites/**'
6+ - ' !configs/sites/tier2/*.default/*'
7+ - ' **.md'
8+ - ' .github/CODEOWNERS'
9+ - ' .github/pull_request_template.md'
10+ - ' .github/ISSUE_TEMPLATE/*'
11+ - ' .gitignore'
412 workflow_dispatch :
513
614concurrency :
Original file line number Diff line number Diff line change 11name : ubuntu-ci-c6a-x86_64-oneapi-build
22on :
33 pull_request :
4+ paths-ignore :
5+ - ' configs/sites/**'
6+ - ' !configs/sites/tier2/*.default/*'
7+ - ' **.md'
8+ - ' .github/CODEOWNERS'
9+ - ' .github/pull_request_template.md'
10+ - ' .github/ISSUE_TEMPLATE/*'
11+ - ' .gitignore'
412 workflow_dispatch :
513
614concurrency :
You can’t perform that action at this time.
0 commit comments