Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-actions/aws-codebuild-run-build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.14
Choose a base ref
...
head repository: aws-actions/aws-codebuild-run-build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.15
Choose a head ref
  • 5 commits
  • 19 files changed
  • 3 contributors

Commits on Jan 31, 2024

  1. Add stop-on-signals and auto-cancellation

    When workflows are cancelled, any started builds are left running. This
    is not usually desired, for example if using workflow concurrency[^1] to
    cancel redundant builds. In cases like this, we'd want to also stop any
    triggered builds.
    
    This commit adds a `stop-on-signals` input with a default value of
    `SIGINT` and updates the action to listen for the listed signal(s) and
    stop any already-started build in response. This accomplishes the
    desired behavior in the common case.
    
    [^1]: https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-concurrency-to-cancel-any-in-progress-job-or-run
    pbrisbin committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6fd170c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from freckle/main

    Add stop-on-signals and auto-cancellation
    taoyong-ty authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3a54508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd9f36c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #155 from taoyong-ty/fix-setupSignalHandlers

    Update code-build.js to use SDK v3 syntax
    taoyong-ty authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    84c911e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a49e1f View commit details
    Browse the repository at this point in the history
Loading