Skip to content

Commit

Permalink
chore: clean pipeline (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop authored Jan 13, 2023
1 parent b9aebcb commit 759e6a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build containers and publish them
name: Build containers

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copy-docker-image-to-aws.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build containers and publish them
name: Publish containers

env:
CONTAINER_NAME: nhost/hasura-storage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Run tests and linters
name: "push: Run tests and linters"
on:
- push
- pull_request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Run tests and linters
name: "main: Release drafter"
on:
push:
branches:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Run tests and linters
name: Release
on:
release:
types: [published]
Expand All @@ -23,9 +23,3 @@ jobs:
uses: nhost/hasura-storage/.github/workflows/copy-docker-image-to-aws.yaml@main
secrets:
AWS_ACCOUNT_ID: ${{ secrets.AWS_PRODUCTION_ACCOUNT_ID }}

copy-to-aws-staging:
needs: build
uses: nhost/hasura-storage/.github/workflows/copy-docker-image-to-aws.yaml@main
secrets:
AWS_ACCOUNT_ID: ${{ secrets.AWS_STAGING_ACCOUNT_ID }}

0 comments on commit 759e6a5

Please sign in to comment.