mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
fix gh action workflows
This commit is contained in:
2
.github/workflows/build-binaries.yml
vendored
2
.github/workflows/build-binaries.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Fleetbase Binaries
|
||||
name: Build Fleetbase Binaries
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
|
||||
10
.github/workflows/discord-announcement.yml
vendored
10
.github/workflows/discord-announcement.yml
vendored
@@ -1,8 +1,14 @@
|
||||
name: Discord Announcement
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_run:
|
||||
workflows: ["Create Release"]
|
||||
types: [completed]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: 'Release tag (e.g. v1.0.0)'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
discord_announcement:
|
||||
|
||||
Reference in New Issue
Block a user