File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ workflow_run :
5+ workflows : ["Build"]
6+ types :
7+ - completed
8+
9+
10+ jobs :
11+ build :
12+ runs-on : ubuntu-latest
13+
14+ steps :
15+ - name : Fail if previous workflow failed
16+ run : exit 1
17+ if : ${{ github.event.workflow_run.conclusion != 'success' }}
18+
19+ - uses : actions/checkout@v4
20+ - name : Hello world
21+ run : echo "Build passed! 🎉"
Original file line number Diff line number Diff line change 1- name : Build with Docker
1+ name : Build
22
33on :
44 push :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Type on Strap 🎨
22
3- [ ![ Build] ( https://github.com/sylhare/Type-on-Strap/actions/workflows/jekyll -build.yml/badge.svg )] ( https://github.com/sylhare/Type-on-Strap/actions/workflows/jekyll -build.yml )
3+ [ ![ Build] ( https://github.com/sylhare/Type-on-Strap/actions/workflows/docker -build.yml/badge.svg )] ( https://github.com/sylhare/Type-on-Strap/actions/workflows/docker -build.yml )
44[ ![ Gem Version] ( https://badge.fury.io/rb/type-on-strap.svg )] ( https://badge.fury.io/rb/type-on-strap )
55[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/sylhare/type-on-strap )] ( https://hub.docker.com/r/sylhare/type-on-strap )
66
You can’t perform that action at this time.
0 commit comments