ci: allow running workflows manually

[skip_ci]

(cherry picked from commit 4c40cb279c)
pull/3558/head
Martin Milata 3 months ago
parent 6ae158cac9
commit a784c4046e

@ -1,6 +1,8 @@
name: Core
on: [pull_request]
on:
pull_request:
workflow_dispatch:
permissions:
id-token: write # for fetching the OIDC token

@ -1,6 +1,8 @@
name: Legacy
on: [pull_request]
on:
pull_request:
workflow_dispatch:
permissions:
id-token: write # for fetching the OIDC token

Loading…
Cancel
Save