Skip to content

Commit

Permalink
Reset workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jun 25, 2024
1 parent b5cd6db commit 59ff53e
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 368 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Default

on:
release:
push:
pull_request:
workflow_dispatch:
repository_dispatch:

concurrency:
group: ${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true

jobs:
context:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/context
33 changes: 0 additions & 33 deletions .github/workflows/deploy.development.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/deploy.production.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/deploy.staging.yml

This file was deleted.

114 changes: 0 additions & 114 deletions .github/workflows/deployment.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/issue.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/ping.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/publish.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/release.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 59ff53e

Please sign in to comment.