Skip to content

Commit

Permalink
fix: change snapshot name in goreleaser config (armadaproject#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljubon committed Aug 1, 2023
1 parent 1a54b9a commit 916a2f1
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 421 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/ci.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/codeql.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/lint.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/lint_pr.yml

This file was deleted.

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

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/release_rc.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/test-charts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Release Armada Operator

on:
workflow_run:
types: [completed]
workflows: [CI]
branches:
- v*

permissions:
contents: write

jobs:
invoke-chart-push:
name: Invoke Chart push
uses: G-Research/charts/.github/workflows/invoke-push.yaml@master
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
14 changes: 14 additions & 0 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test CI

on:
push:
tags:
- v*

jobs:
all-required-checks-done:
name: All required checks done
runs-on: ubuntu-22.04
steps:
- run: |
echo "All required checks done"
Loading

0 comments on commit 916a2f1

Please sign in to comment.