We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d46cb3 commit 801659bCopy full SHA for 801659b
.github/workflows/main.yaml
@@ -62,13 +62,21 @@ jobs:
62
with:
63
submodules: true
64
65
- - name: Check out chipflow-examples
+ - name: Check out chipflow-examples ${{ github.head_ref || 'refs/heads/main' }}
66
uses: actions/checkout@v4
67
+ continue-on-error: true
68
69
repository: ChipFlow/chipflow-examples
70
path: chipflow-examples
71
ref: ${{ github.head_ref || 'refs/heads/main' }}
72
73
+ - name: Check out chipflow-examples main
74
+ uses: actions/checkout@v4
75
+ if: ${{ failure() && steps.step2.conclusion == 'failure' }} }}
76
+ with:
77
+ repository: ChipFlow/chipflow-examples
78
+ path: chipflow-examples
79
+
80
- name: Set up PDM
81
uses: pdm-project/setup-pdm@v4
82
0 commit comments