zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit a6e7c431368d8d0519beeae118c0c58a903cf169 (tree)
parent a10417ae008f03ff6c896483cb90fc9fb3c4d140
Author: Loris Cro <kappaloris@gmail.com>
Date:   Fri, 25 Nov 2022 20:37:15 +0100

ci: give name to manually run workflows

Diffstat:
M.github/workflows/ci.yaml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml @@ -1,4 +1,5 @@ name: ci +run-name: ${{ inputs.commit }} on: workflow_dispatch: # Allows launching a CI run on an arbitrary commit