Skip to content

Commit

Permalink
Fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 12, 2020
1 parent c6fe4ee commit 7914ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: 'CodeQL scanning'
name: CodeQL scanning

on:
push:
pull_request:

jobs:
codeql:
name: 'CodeQL scanning'
name: CodeQL scanning
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Auto merge Dependabot updates

on:
Expand All @@ -9,7 +10,7 @@ on:

jobs:
auto-merge:
name: Auto merge
name: Auto merge Dependabot updates
runs-on: ubuntu-latest
steps:
- name: Auto merge
Expand Down

0 comments on commit 7914ebe

Please sign in to comment.