##// 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 3 on: [push, pull_request]
4 4
5 permissions:
6 contents: read
7
5 8 jobs:
6 9 build:
7 10 runs-on: ubuntu-latest
@@ -8,6 +8,8 b' on:'
8 8 - cron: '23 1 * * 1'
9 9 workflow_dispatch:
10 10
11 permissions:
12 contents: read
11 13
12 14 jobs:
13 15 test:
@@ -6,6 +6,9 b' on:'
6 6 pull_request:
7 7 branches: [ main, 7.x]
8 8
9 permissions:
10 contents: read
11
9 12 jobs:
10 13 build:
11 14
@@ -3,6 +3,9 b''
3 3
4 4 name: Python package
5 5
6 permissions:
7 contents: read
8
6 9 on:
7 10 push:
8 11 branches: [ main, 7.x ]
General Comments 0
You need to be logged in to leave comments. Login now