##// END OF EJS Templates
Merge pull request #13750 from Carreau/sec-2...
Matthias Bussonnier -
r27791:4f6e132d merge
parent child Browse files
Show More
@@ -2,6 +2,9 b' name: Build docs'
2
2
3 on: [push, pull_request]
3 on: [push, pull_request]
4
4
5 permissions:
6 contents: read
7
5 jobs:
8 jobs:
6 build:
9 build:
7 runs-on: ubuntu-latest
10 runs-on: ubuntu-latest
@@ -8,6 +8,8 b' on:'
8 - cron: '23 1 * * 1'
8 - cron: '23 1 * * 1'
9 workflow_dispatch:
9 workflow_dispatch:
10
10
11 permissions:
12 contents: read
11
13
12 jobs:
14 jobs:
13 test:
15 test:
@@ -6,6 +6,9 b' on:'
6 pull_request:
6 pull_request:
7 branches: [ main, 7.x]
7 branches: [ main, 7.x]
8
8
9 permissions:
10 contents: read
11
9 jobs:
12 jobs:
10 build:
13 build:
11
14
@@ -3,6 +3,9 b''
3
3
4 name: Python package
4 name: Python package
5
5
6 permissions:
7 contents: read
8
6 on:
9 on:
7 push:
10 push:
8 branches: [ main, 7.x ]
11 branches: [ main, 7.x ]
General Comments 0
You need to be logged in to leave comments. Login now