Skip to content

Commit

Permalink
Fix github workflow name error
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Feb 19, 2024
1 parent 5ce506f commit 91a9609
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: ${{ github.event.schedule && 'Routine vulnerability scan' || 'Continuous Integration' }}
name: CI

run-name: ${{ github.event.schedule && 'Routine vulnerability scan' || 'Continuous Integration' }}

on:
push:
Expand Down

0 comments on commit 91a9609

Please sign in to comment.