Skip to content

Commit

Permalink
feature: turn off pre-release unit tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jul 22, 2024
1 parent adc2651 commit adbadda
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion cimas-config/gh-actions/graphviz/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

permissions:
Expand Down
1 change: 0 additions & 1 deletion cimas-config/gh-actions/inkscape/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

permissions:
Expand Down
1 change: 0 additions & 1 deletion cimas-config/gh-actions/latexml/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

permissions:
Expand Down
1 change: 0 additions & 1 deletion cimas-config/gh-actions/libreoffice/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

permissions:
Expand Down
1 change: 0 additions & 1 deletion cimas-config/gh-actions/master/rake-flavor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion cimas-config/gh-actions/master/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

permissions:
Expand Down
2 changes: 2 additions & 0 deletions cimas-config/gh-actions/master/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
Also, you can pass 'skip' to skip 'git tag' and do 'gem push' for the current version
required: true
default: 'skip'
push:
tags: [ v* ]
repository_dispatch:
types: [ do-release ]

Expand Down
2 changes: 2 additions & 0 deletions cimas-config/gh-actions/master/release_github_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
Also, you can pass 'skip' to skip 'git tag' and do 'gem push' for the current version
required: true
default: 'skip'
push:
tags: [ v* ]
repository_dispatch:
types: [ do-release ]

Expand Down
2 changes: 2 additions & 0 deletions cimas-config/gh-actions/master/release_wo_bundle_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
Also, you can pass 'skip' to skip 'git tag' and do 'gem push' for the current version
required: true
default: 'skip'
push:
tags: [ v* ]
repository_dispatch:
types: [ do-release ]

Expand Down
1 change: 0 additions & 1 deletion cimas-config/gh-actions/plantuml/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

permissions:
Expand Down
1 change: 0 additions & 1 deletion cimas-config/gh-actions/xml2rfc/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:

permissions:
Expand Down

0 comments on commit adbadda

Please sign in to comment.