mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-11-12 20:43:14 -06:00
chore: delete loose files
This commit is contained in:
parent
9840e6ea04
commit
9c5c64e728
3 changed files with 0 additions and 50 deletions
9
.github/.github/workflows/build.yml
vendored
9
.github/.github/workflows/build.yml
vendored
|
@ -1,9 +0,0 @@
|
|||
name: ⚙️ Build Binaries
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build-artifact:
|
||||
uses: daylinmorgan/actions/.github/workflows/build-nim-forge.yml@main
|
24
.github/.github/workflows/nightly.yml
vendored
24
.github/.github/workflows/nightly.yml
vendored
|
@ -1,24 +0,0 @@
|
|||
name: 🌙 Nightly Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
check-commits:
|
||||
uses: daylinmorgan/actions/.github/workflows/check-commits.yml@main
|
||||
with:
|
||||
since: "24 hours"
|
||||
|
||||
build-artifacts:
|
||||
needs: check-commits
|
||||
if: ${{ needs.check-commits.outputs.quit != 'true' }}
|
||||
uses: daylinmorgan/actions/.github/workflows/build-nim-forge.yml@main
|
||||
|
||||
generate-release:
|
||||
needs: build-artifacts
|
||||
uses: daylinmorgan/actions/.github/workflows/nightly.yml@main
|
17
.github/.github/workflows/release.yml
vendored
17
.github/.github/workflows/release.yml
vendored
|
@ -1,17 +0,0 @@
|
|||
name: 🚀 Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build-artifacts:
|
||||
uses: daylinmorgan/actions/.github/workflows/build-nim-forge.yml@main
|
||||
|
||||
create-release:
|
||||
needs: build-artifacts
|
||||
uses: daylinmorgan/actions/.github/workflows/release.yml@main
|
Loading…
Reference in a new issue