Skip to content

Commit

Permalink
fix github script failure (#20006)
Browse files Browse the repository at this point in the history
* yaml

* pub

* redo

* let's comment

* now action

* newly

* code name

* build

* ready

* remove submodule

* build

* modify name

* fix

* rephrase

* trigger when PR is merged

* fix CI failure
  • Loading branch information
ringabout authored Jul 12, 2022
1 parent cf1c149 commit d0bae98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Tracking orc-booting compiler memory usage

on:
push:
branches:
- devel
pull_request:
types: [closed]


jobs:
build:
if: github.event.pull_request.merged == true
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d0bae98

Please sign in to comment.