Skip to content

Commit

Permalink
sharp ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Jan 23, 2024
1 parent 1e6b7e7 commit 582e8d2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: docs

on:
workflow_dispatch: { }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
lint-editor:
editor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: publish
name: package

on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
publish:
deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: close stale issues
name: stale

on:
workflow_dispatch:
schedule:
- cron: '45 3 * * *'

jobs:
stale:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cover.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cover
name: test

on:
push:
Expand Down

0 comments on commit 582e8d2

Please sign in to comment.