File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 9
9
schedule :
10
10
- cron : ' 30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
11
11
12
+ permissions :
13
+ contents : read
14
+ pull-requests : write
15
+
12
16
concurrency :
13
17
group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
14
18
cancel-in-progress : true
@@ -841,7 +845,7 @@ jobs:
841
845
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --contents notebooks/smallpt.ipynb --contents notebooks/images/marie.png --contents notebooks/audio/audio.wav --output-dir dist
842
846
843
847
- name : Deploy preview
844
- if : ${{ runner.os == 'macOS' && matrix.clang-runtime == '20' }}
848
+ if : ${{ runner.os == 'macOS' && matrix.clang-runtime == '20' && github.event_name == 'pull_request' }}
845
849
uses : rossjrw/pr-preview-action@v1
846
850
with :
847
851
source-dir : ./xeus-cpp/dist/
You can’t perform that action at this time.
0 commit comments