Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add [skip ci] workaround to avoid obsolete builds #12

Closed
tillkuhn opened this issue Dec 9, 2020 · 1 comment
Closed

Add [skip ci] workaround to avoid obsolete builds #12

tillkuhn opened this issue Dec 9, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tillkuhn
Copy link
Owner

tillkuhn commented Dec 9, 2020

name: my CI github action

on:
  push:
    branches:
      - master

jobs:
  build:
    if: "!contains(github.event.head_commit.message, 'skip ci')"
    runs-on: ubuntu-latest
@tillkuhn tillkuhn added the enhancement New feature or request label Dec 12, 2020
@tillkuhn tillkuhn added this to the Xmas Release milestone Dec 12, 2020
@tillkuhn tillkuhn self-assigned this Dec 12, 2020
@tillkuhn tillkuhn added the ci/cd label Dec 20, 2020
tillkuhn added a commit that referenced this issue Dec 29, 2020
@tillkuhn
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant