release/V1.0.0 #3

Merged
ricardo merged 2 commits from release/V1.0.0 into main 2025-05-27 03:39:23 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 314e61eef7 - Show all commits

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: localACDC
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -47,7 +47,7 @@ jobs:
deploy-localACDC: deploy-localACDC:
needs: build needs: build
runs-on: ubuntu-22.04 runs-on: localACDC
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
steps: steps:
@ -67,7 +67,7 @@ jobs:
deploy-pi2Zero: deploy-pi2Zero:
needs: build needs: build
runs-on: ubuntu-22.04 runs-on: pi2Zero
if: startsWith(github.ref, 'refs/heads/release/') if: startsWith(github.ref, 'refs/heads/release/')
steps: steps:

View File

@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YTExtractor", "YTExtractor\
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pipeline", "pipeline", "{5F17A7E6-48F5-4970-B8F6-310BBF9A3C50}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pipeline", "pipeline", "{5F17A7E6-48F5-4970-B8F6-310BBF9A3C50}"
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
.gitea\workflow\main.yaml = .gitea\workflow\main.yaml .gitea\workflows\main.yaml = .gitea\workflows\main.yaml
EndProjectSection EndProjectSection
EndProject EndProject
Global Global