fix jobname

This commit is contained in:
Mattia Montanari
2023-02-14 13:35:40 +01:00
committed by GitHub
parent a7d39e3ab4
commit 0b857500fc

View File

@@ -2,7 +2,7 @@ name: Run all demos
run-name: ${{ github.actor }} is running
on: [push]
jobs:
Run C example:
Run_C_example:
runs-on: mmontanari/devenv:buildenv-fedora
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."