Skip to content

Commit

Permalink
fix(optimize_build): remove travis, add ifs to action (#254)
Browse files Browse the repository at this point in the history
Precommit-Verified: 837ace3492538fd683db3d6806ae4319defa9a7062797a06f31b006426862a15
  • Loading branch information
pryorda authored Mar 11, 2021
1 parent 802240c commit 43d6556
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -47,7 +48,6 @@ jobs:
matrix:
python-version: [3.7]

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

Expand Down
56 changes: 0 additions & 56 deletions .travis.yml

This file was deleted.

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

<!--next-version-placeholder-->

## [0.4.2] - 2018-01-02
## Fixed
- [#60](https://github.com/pryorda/vmware_exporter/pull/60) Typo Fix
Expand Down

0 comments on commit 43d6556

Please sign in to comment.