Skip to content

Commit

Permalink
disable github acctions
Browse files Browse the repository at this point in the history
  • Loading branch information
trz-21 committed May 17, 2024
1 parent 94ed1e9 commit eb96012
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 37 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Main CI

on:
workflow_dispatch:
push:
branches:
- main

concurrency:
group: environment-${{ github.ref }}
cancel-in-progress: true
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/maven_release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: 'Release to Maven'

on:
release:
types:
- published

jobs:
ubuntu-latest-aurora-release-to-maven:
name: 'Build And Release to Maven'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/maven_snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: 'Snapshot to Maven'

on:
push:
branches:
- main
workflow_dispatch:

jobs:
ubuntu-latest-aurora-snapshot-to-maven:
name: 'Build And Upload Snapshot to Maven'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Aurora Performance CI

on:
workflow_dispatch:

concurrency:
group: environment-perf-${{ github.ref }}
cancel-in-progress: false
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name: Pull Request CI

on:
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'

concurrency:
group: environment-${{ github.ref }}
cancel-in-progress: true
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: 'Release Draft'

on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'

permissions:
actions: write
contents: write
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/remove-old-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Remove Old Artifacts

on:
schedule:
# Every day at 1am
- cron: '0 1 * * *'

jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb96012

Please sign in to comment.