Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
M. Fatih Cırıt committed Jun 10, 2024
1 parent 1726c93 commit 7399c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- source: .github/workflows/build-and-test.yaml
dest: .github/workflows/build-and-test-daily.yaml
pre-commands: |
sd 'name: build-and-test' 'name: build-and-test-daily:' {source}
sd 'name: build-and-test' 'name: build-and-test-daily' {source}
sd 'on:\n push:' 'on:' {source}
sd ' build-and-test:' ' build-and-test-daily:' {source}
sd 'runs-on: ubuntu-latest' 'runs-on: [self-hosted, linux, X64]' {source}
Expand All @@ -44,7 +44,7 @@
- source: .github/workflows/build-and-test.yaml
dest: .github/workflows/build-and-test-daily-arm64.yaml
pre-commands: |
sd 'name: build-and-test' 'name: build-and-test-daily-arm64:' {source}
sd 'name: build-and-test' 'name: build-and-test-daily-arm64' {source}
sd 'on:\n push:' 'on:' {source}
sd ' build-and-test:' ' build-and-test-daily-arm64:' {source}
sd 'runs-on: ubuntu-latest' 'runs-on: [self-hosted, linux, ARM64]' {source}
Expand Down

0 comments on commit 7399c18

Please sign in to comment.