Skip to content

Conversation

@mkraeml
Copy link

@mkraeml mkraeml commented Jan 7, 2026

No description provided.

@mkraeml mkraeml requested a review from MalteJanz January 7, 2026 13:56
@mkraeml mkraeml self-assigned this Jan 7, 2026
steps:
- name: Reactivate workflow
shell: bash
run: gh workflow enable ${{ matrix.WORKFLOW }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if these are needed because the workflows contain spaces. On the other hand it shouldn't hurt to add quotes 🤷

Suggested change
run: gh workflow enable ${{ matrix.WORKFLOW }}
run: gh workflow enable "${{ matrix.WORKFLOW }}"

runs-on: ubuntu-latest
strategy:
matrix:
WORKFLOW: ["PHP checks", "Reactivate Workflows"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will be interesting to see if this "Reactivate Workflows" workflow might get disabled as well and if it can recover from that. So we still have to monitor and see if this actually works 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants