mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-04 13:27:12 +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:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
|
|||||||
10
.github/workflows/discord-announcement.yml
vendored
10
.github/workflows/discord-announcement.yml
vendored
@@ -1,8 +1,14 @@
|
|||||||
name: Discord Announcement
|
name: Discord Announcement
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
workflow_run:
|
||||||
types: [published]
|
workflows: ["Create Release"]
|
||||||
|
types: [completed]
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
tag:
|
||||||
|
description: 'Release tag (e.g. v1.0.0)'
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
discord_announcement:
|
discord_announcement:
|
||||||
|
|||||||
Reference in New Issue
Block a user