mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 09:56:26 +00:00
ci: add workflow_dispatch event to visionos workflow
This commit is contained in:
1
.github/workflows/visionos.yml
vendored
1
.github/workflows/visionos.yml
vendored
@@ -2,6 +2,7 @@ name: Build (visionOS)
|
|||||||
|
|
||||||
# FIXME: CMake 3.28 is not yet available on the github runner
|
# FIXME: CMake 3.28 is not yet available on the github runner
|
||||||
# on: [push, pull_request]
|
# on: [push, pull_request]
|
||||||
|
on: workflow_dispatch: # FIXME: remove this event once cmake 3.28 is released
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||||
|
Reference in New Issue
Block a user