Skip to content

Merge pull request #389 from Lodestone-Team/fix/githubactions-docker #61

Merge pull request #389 from Lodestone-Team/fix/githubactions-docker

Merge pull request #389 from Lodestone-Team/fix/githubactions-docker #61

Workflow file for this run

name: Release Candidate Workflow
on:
push:
branches:
- main
- releases/**
jobs:
workspace-check:
uses: ./.github/workflows/workspace-check.yml
secrets: inherit
core-cargo-test:
uses: ./.github/workflows/core-cargo-test.yml
secrets: inherit
dashboard-build-and-draft:
uses: ./.github/workflows/dashboard-build-and-draft.yml
needs: [workspace-check, core-cargo-test]
with:
debug: false
version: null
secrets: inherit
core-build-and-draft:
uses: ./.github/workflows/core-build-and-draft.yml
needs: [workspace-check, core-cargo-test]
with:
version: null
secrets: inherit