We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef80a8 commit a1b4865Copy full SHA for a1b4865
.github/workflows/cron.yml
@@ -27,6 +27,8 @@ jobs:
27
idf_branch: [release/v5.1, release/v4.4] #, release/v3.3]
28
steps:
29
- uses: actions/checkout@v3
30
+ with:
31
+ fetch-depth: 0
32
- name: Install dependencies
33
run: bash ./tools/prepare-ci.sh
34
- name: Build
@@ -36,7 +38,7 @@ jobs:
36
38
GIT_COMMITTER_EMAIL: ${{ secrets.PUSH_EMAIL }}
37
39
IDF_BRANCH: ${{ matrix.idf_branch }}
40
run: |
- git checkout ${{ matrix.idf_branch }}
41
+ git checkout ${{ matrix.idf_branch }} || echo "Using master branch"
42
bash ./tools/cron.sh
43
- name: Upload archive
44
uses: actions/upload-artifact@v3
0 commit comments