File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 R-CMD-check :
15+ if : " !contains(github.event.head_commit.message, '[skip-ci]')"
1516 runs-on : ${{ matrix.config.os }}
1617
1718 name : ${{ matrix.config.os }} (${{ matrix.config.r }})
2930 R_REMOTES_NO_ERRORS_FROM_WARNINGS : true
3031 RSPM : ${{ matrix.config.rspm }}
3132 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
32- INSEE_API_TOKEN : ${{ secrets.INSEE_API_TOKEN }}
33+ INSEE_APP_KEY : ${{ secrets.INSEE_APP_KEY }}
34+ INSEE_APP_SECRET : ${{ secrets.INSEE_APP_SECRET }}
3335 CURLOPT_TIMEOUT : 0
3436
3537 steps :
Original file line number Diff line number Diff line change 66
77jobs :
88 build-artifacts :
9+ if : " !contains(github.event.head_commit.message, '[skip-ci]')"
910 strategy :
1011 fail-fast : false
1112 matrix :
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ permissions: read-all
1515
1616jobs :
1717 pkgdown :
18+ if : " !contains(github.event.head_commit.message, '[skip-ci]')"
1819 runs-on : ubuntu-latest
1920 # Only restrict concurrency for non-PR jobs
2021 concurrency :
Original file line number Diff line number Diff line change 88
99jobs :
1010 test-coverage :
11+ if : " !contains(github.event.head_commit.message, '[skip-ci]')"
1112 runs-on : macOS-latest
1213 env :
1314 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
14- INSEE_API_TOKEN : ${{ secrets.INSEE_API_TOKEN }}
15+ INSEE_APP_KEY : ${{ secrets.INSEE_APP_KEY }}
16+ INSEE_APP_SECRET : ${{ secrets.INSEE_APP_SECRET }}
1517 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
1618 CURLOPT_TIMEOUT : 0
1719 steps :
You can’t perform that action at this time.
0 commit comments