Merge all changes
This commit is contained in:
@@ -19,7 +19,7 @@ on:
|
||||
|
||||
jobs:
|
||||
promote:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ${{ vars.LINUX_RUNNER_LABEL || 'ubuntu-latest' }}
|
||||
environment: production
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -207,3 +207,4 @@ jobs:
|
||||
else
|
||||
echo " Docs: skipped"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user