Skip to content

Commit

Permalink
Temporarily disable non-essential GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Dec 8, 2021
1 parent 9ccf8c6 commit 35183e5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 21 deletions.
30 changes: 21 additions & 9 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
name: macos

on:
push:
branches: [ main ]
tags: [ 'v*' ]
pull_request:
paths-ignore:
- .github/workflows/linux.yml
- .github/workflows/windows.yml
- .github/workflows/release_tag.yml
- Makefile.win
# push:
# branches: [ main ]
# tags: [ 'v*' ]
# pull_request:
# paths-ignore:
# - .github/workflows/linux.yml
# - .github/workflows/windows.yml
# - .github/workflows/release_tag.yml
# - Makefile.win

env:
# Customize tebako build type here
BUILD_TYPE: Release
# The folders
TEBAKO_DIR: tebako
DEPS: deps
# Versions
TEBAKO_TAG: maxirmx-issue-23
RUBY_VER: "2.7.4"
RUBY_HASH: "3043099089608859fc8cce7f9fdccaa1f53a462457e3838ec3b25a7d609fbc5b"
BUNDLER_VER: "2.2.3"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: release-tag

on:
repository_dispatch:
types: [ metanorma/metanorma-cli ]
# repository_dispatch:
# types: [ metanorma/metanorma-cli ]

jobs:
push-tag:
Expand Down
32 changes: 22 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
name: windows

on:
push:
branches: [ main ]
tags: [ 'v*' ]
pull_request:
paths-ignore:
- .github/workflows/linux.yml
- .github/workflows/macos.yml
- .github/workflows/release_tag.yml
- Makefile
- bin/build.sh
# push:
# branches: [ main ]
# tags: [ 'v*' ]
# pull_request:
# paths-ignore:
# - .github/workflows/linux.yml
# - .github/workflows/macos.yml
# - .github/workflows/release_tag.yml
# - Makefile
# - bin/build.sh

env:
# Customize tebako build type here
BUILD_TYPE: Release
# The folders
TEBAKO_DIR: tebako
DEPS: deps
# Versions
TEBAKO_TAG: maxirmx-issue-23
RUBY_VER: "2.7.4"
RUBY_HASH: "3043099089608859fc8cce7f9fdccaa1f53a462457e3838ec3b25a7d609fbc5b"
BUNDLER_VER: "2.2.3"

jobs:
build:
Expand Down

0 comments on commit 35183e5

Please sign in to comment.