fixup! Extend workflows to allow for quirks.

This commit is contained in:
2025-12-16 12:38:41 +00:00
parent 08bda799dd
commit 1b7d34effa
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
+5
View File
@@ -31,6 +31,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -62,6 +63,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -120,6 +122,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -157,6 +160,7 @@ jobs:
uses: actions/checkout@v4
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -192,6 +196,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
+5
View File
@@ -72,6 +72,7 @@ jobs:
uses: actions/checkout@v4
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -92,6 +93,7 @@ jobs:
uses: actions/checkout@v4
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -130,6 +132,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -162,6 +165,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -212,6 +216,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
+3
View File
@@ -45,6 +45,7 @@ jobs:
uses: actions/checkout@v4
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -70,6 +71,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh
@@ -98,6 +100,7 @@ jobs:
fetch-depth: 0
- name: Run workflow prepare script
shell: bash
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh