Skip to content

Commit

Permalink
Renable cirque workflow (#8336)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored Jul 14, 2021
1 parent 0d085d7 commit ba12594
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

name: Cirque

on: workflow_dispatch
on:
push:
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
Expand Down

0 comments on commit ba12594

Please sign in to comment.