Skip to content

Commit 43d6556

Browse files
authored
fix(optimize_build): remove travis, add ifs to action (#254)
Precommit-Verified: 837ace3492538fd683db3d6806ae4319defa9a7062797a06f31b006426862a15
1 parent 802240c commit 43d6556

File tree

3 files changed

+3
-57
lines changed

3 files changed

+3
-57
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14+
if: github.event_name == 'pull_request'
1415
runs-on: ubuntu-latest
1516

1617
strategy:
@@ -47,7 +48,6 @@ jobs:
4748
matrix:
4849
python-version: [3.7]
4950

50-
needs: ["build"]
5151
runs-on: ubuntu-latest
5252
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
5353

.travis.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
44

5+
<!--next-version-placeholder-->
6+
57
## [0.4.2] - 2018-01-02
68
## Fixed
79
- [#60](https://github.com/pryorda/vmware_exporter/pull/60) Typo Fix

0 commit comments

Comments
 (0)