Skip to content

Commit 59ff53e

Browse files
committed
Reset workflows
1 parent b5cd6db commit 59ff53e

File tree

11 files changed

+19
-368
lines changed

11 files changed

+19
-368
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/default.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Default
2+
3+
on:
4+
release:
5+
push:
6+
pull_request:
7+
workflow_dispatch:
8+
repository_dispatch:
9+
10+
concurrency:
11+
group: ${{ github.event_name }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
14+
jobs:
15+
context:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v4
19+
- uses: ./.github/actions/context

.github/workflows/deploy.development.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/deploy.production.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/deploy.staging.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/deployment.yml

Lines changed: 0 additions & 114 deletions
This file was deleted.

.github/workflows/issue.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/ping.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)