Skip to content

Commit

Permalink
Standardise GitHub Action workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Feb 8, 2024
1 parent 87abbc5 commit 93a0b9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flowpipe-container.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Container - Build and Release
name: Flowpipe - Container Build and Release

# Triggers the workflow manually with an input for release version.
on:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/flowpipe-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Flowpipe - Release


on:
workflow_dispatch:
inputs:
Expand All @@ -20,7 +19,6 @@ on:
required: true
type: boolean


env:
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

Expand Down

0 comments on commit 93a0b9d

Please sign in to comment.