Skip to content

Releases: styfle/cancel-workflow-action

0.5.0

30 Aug 22:47
Compare
Choose a tag to compare
  • Only cancel runs that were scheduled earlier: #30
  • Update dependencies: #31
  • Create LICENSE: #32
  • Update docs: #33
  • Create FUNDING.yml: a0759d8

Credits

Huge thanks to @MartinNowak for helping!

0.4.1

13 Jul 22:42
Compare
Choose a tag to compare

Patches

  • Critical Fix: Add a check that branch name is identical: #25
  • Replace Github with GitHub: #18

Credits

Huge thanks to @alexesprit and @JimmehAH for helping!

0.4.0

08 Jun 00:24
Compare
Choose a tag to compare

Minor Changes

Add support for self cancellation: #17

You no longer need to specify workflow_id if you want a workflow to cancel itself on subsequent pushes.

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - name: Cancel Previous Runs
        uses: styfle/cancel-workflow-action@0.4.0
        with:
          access_token: ${{ github.token }}
      #- name: Run Tests
      #  uses: actions/setup-node@v1
      #  run: node test.js
      # ... etc

0.3.2

18 May 21:35
Compare
Choose a tag to compare

Patches

  • Use {{github.token}}: #13
  • Simplify instructions to use provided github token: #12
  • Bump dependencies: #14
  • Regenerate lock file: #15

Credits

Huge thanks to @jaredh159 for helping!

0.3.1

22 Mar 19:36
Compare
Choose a tag to compare
  • Update action.yml metadata: #6

0.3.0

22 Mar 19:26
Compare
Choose a tag to compare

Changes

  • Support comma separated IDs for workflow_id: #4
  • Fix typos in README: 1c46dcb
  • Use typescript for source: #5

Credits

Huge thanks to @mfn for helping!

0.2.0

12 Feb 17:15
Compare
Choose a tag to compare

Minor Changes

  • Fix branch name when the event is a pull request: #1

Credits

Huge thanks to @ahanriat for helping!

0.1.1

12 Feb 17:11
Compare
Choose a tag to compare

Initial release 🎉

This is still experimental