mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
rename job
This commit is contained in:
4
.github/workflows/common.yaml
vendored
4
.github/workflows/common.yaml
vendored
@@ -1,11 +1,11 @@
|
||||
name: Lint
|
||||
name: Common Jobs
|
||||
push:
|
||||
branches:
|
||||
- '*' # matches every branch
|
||||
branches-ignore:
|
||||
- 'hotfix-*' # excludes hotfix branches
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: apt-get update
|
||||
|
||||
Reference in New Issue
Block a user