Merge branch 'master' into sh_merge_master

This commit is contained in:
Ralf W. Grosse-Kunstleve
2023-05-16 07:55:38 -07:00
7 changed files with 26 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ on:
- smart_holder
- v*
permissions: read-all
concurrency:
group: test-sh-avl${{ github.ref }}
cancel-in-progress: true

View File

@@ -10,6 +10,9 @@ on:
- smart_holder
- v*
permissions:
contents: read
env:
# For cmake:
VERBOSE: 1

View File

@@ -13,6 +13,9 @@ on:
- smart_holder
- "v*"
permissions:
contents: read
env:
FORCE_COLOR: 3
# For cmake:

View File

@@ -3,10 +3,15 @@ on:
pull_request_target:
types: [closed]
permissions: {}
jobs:
label:
name: Labeler
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@main

View File

@@ -13,6 +13,9 @@ on:
types:
- published
permissions:
contents: read
env:
PIP_ONLY_BINARY: numpy

View File

@@ -5,6 +5,9 @@ on:
workflow_dispatch:
pull_request:
permissions:
contents: read
concurrency:
group: upstream-${{ github.ref }}
cancel-in-progress: true