We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6399289 commit 7204c3eCopy full SHA for 7204c3e
.github/workflows/doc.yml
@@ -2,13 +2,6 @@ name: XGBoost-docs
2
3
on: [push, pull_request]
4
5
-permissions:
6
- contents: read # to fetch code (actions/checkout)
7
-
8
-concurrency:
9
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10
- cancel-in-progress: true
11
12
env:
13
BRANCH_NAME: >-
14
${{ github.event.pull_request.number && 'PR-' }}${{ github.event.pull_request.number || github.ref_name }}
ops/pipeline/trigger-rtd.py
0 commit comments