forked from IONOS-Productivity/nc-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] workflows: run tag and build in one workflow
GitHub workflows are limited in that a workflow (here: tag) can not trigger another workflow (here: build). Both worked independently, yet the build workflow running "on" tag "create" would only run upon push, not when the other worfklow created a tag via the GitHub script. To avoid managing personal access tokens, which would allow this, the actions are merged into one. The tag name is change to be more generic. https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/triggering-a-workflow#triggering-a-workflow-from-a-workflow
- Loading branch information
1 parent
3c42880
commit 8056f5d
Showing
2 changed files
with
34 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.