| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- commit e42aec68c533e6120f0e776e8bdc5d7d89e99c8b
- Author: Max Andreev <drunkbatya.js@gmail.com>
- Date: Fri Apr 28 17:25:20 2023 +0300
- Disable ci/cd on release* branches (#2624)
- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
- index dfeb8d83f..0934eec76 100644
- --- a/.github/workflows/build.yml
- +++ b/.github/workflows/build.yml
- @@ -4,7 +4,6 @@ on:
- push:
- branches:
- - dev
- - - "release*"
- tags:
- - '*'
- pull_request:
- @@ -19,7 +18,7 @@ jobs:
- runs-on: [self-hosted,FlipperZeroShell]
- steps:
- - name: 'Wipe workspace'
- - run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
- + run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
-
- - name: 'Checkout code'
- uses: actions/checkout@v3
- @@ -167,7 +166,7 @@ jobs:
- target: [f7, f18]
- steps:
- - name: 'Wipe workspace'
- - run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
- + run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
-
- - name: 'Checkout code'
- uses: actions/checkout@v3
- @@ -207,7 +206,7 @@ jobs:
- cd testapp
- ufbt create APPID=testapp
- ufbt
- -
- +
- - name: Build example & external apps with uFBT
- run: |
- for appdir in 'applications/external' 'applications/examples'; do
- diff --git a/.github/workflows/lint_and_submodule_check.yml b/.github/workflows/lint_and_submodule_check.yml
- index 999111cc9..22ca7d893 100644
- --- a/.github/workflows/lint_and_submodule_check.yml
- +++ b/.github/workflows/lint_and_submodule_check.yml
- @@ -4,7 +4,6 @@ on:
- push:
- branches:
- - dev
- - - "release*"
- tags:
- - '*'
- pull_request:
- @@ -19,7 +18,7 @@ jobs:
- runs-on: [self-hosted,FlipperZeroShell]
- steps:
- - name: 'Wipe workspace'
- - run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
- + run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
-
- - name: 'Checkout code'
- uses: actions/checkout@v3
- @@ -64,7 +63,7 @@ jobs:
- else
- echo "Python Lint: all good ✨" >> $GITHUB_STEP_SUMMARY;
- fi
- -
- +
- - name: 'Check C++ code formatting'
- id: syntax_check_cpp
- if: always()
- diff --git a/.github/workflows/merge_report.yml b/.github/workflows/merge_report.yml
- index 5b7d5fcbf..020166666 100644
- --- a/.github/workflows/merge_report.yml
- +++ b/.github/workflows/merge_report.yml
- @@ -13,7 +13,7 @@ jobs:
- runs-on: [self-hosted,FlipperZeroShell]
- steps:
- - name: 'Wipe workspace'
- - run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
- + run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
-
- - name: 'Checkout code'
- uses: actions/checkout@v3
- diff --git a/.github/workflows/pvs_studio.yml b/.github/workflows/pvs_studio.yml
- index b8c4d7a36..cb5b50278 100644
- --- a/.github/workflows/pvs_studio.yml
- +++ b/.github/workflows/pvs_studio.yml
- @@ -4,7 +4,6 @@ on:
- push:
- branches:
- - dev
- - - "release*"
- tags:
- - '*'
- pull_request:
- @@ -20,7 +19,7 @@ jobs:
- runs-on: [self-hosted, FlipperZeroShell]
- steps:
- - name: 'Wipe workspace'
- - run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
- + run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
-
- - name: 'Checkout code'
- uses: actions/checkout@v3
- diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
- index 6a824fac3..81f0e0d05 100644
- --- a/.github/workflows/unit_tests.yml
- +++ b/.github/workflows/unit_tests.yml
- @@ -13,7 +13,7 @@ jobs:
- runs-on: [self-hosted, FlipperZeroUnitTest]
- steps:
- - name: 'Wipe workspace'
- - run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
- + run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
-
- - name: Checkout code
- uses: actions/checkout@v3
- diff --git a/.github/workflows/updater_test.yml b/.github/workflows/updater_test.yml
- index 2861529d8..bd8372979 100644
- --- a/.github/workflows/updater_test.yml
- +++ b/.github/workflows/updater_test.yml
- @@ -13,13 +13,13 @@ jobs:
- runs-on: [self-hosted, FlipperZeroUpdaterTest]
- steps:
- - name: 'Wipe workspace'
- - run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
- + run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
-
- - name: Checkout code
- uses: actions/checkout@v3
- with:
- fetch-depth: 1
- - submodules: false
- + submodules: false
- ref: ${{ github.event.pull_request.head.sha }}
-
- - name: 'Get flipper from device manager (mock)'
- @@ -50,7 +50,7 @@ jobs:
- echo "tag=$(git tag -l --sort=-version:refname | grep -v "rc\|RC" | head -1)" >> $GITHUB_OUTPUT
-
- - name: 'Wipe workspace'
- - run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
- + run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
-
- - name: 'Checkout latest release'
- uses: actions/checkout@v3
|