diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ebab45a..8c12fc30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: