Code Monkey home page Code Monkey logo

Comments (7)

matiasalbarello avatar matiasalbarello commented on September 13, 2024

Could you share a sample of your workflow?

from wait-on-check-action.

instil-ed avatar instil-ed commented on September 13, 2024

Sure, here's a snippet of the job. Thank you for taking a look!


  WaitForTestChecks:
    name: WaitForTestChecks
    runs-on: ubuntu-latest

    if:
      github.event_name == 'pull_request' &&
      github.event.action != 'closed'

    steps:
      - id: wait-for-tests
        name: Wait for tests
        uses: lewagon/wait-on-check-action@master
        with:
          running-workflow-name: WaitForTestChecks
          check-name: RunTests
          repo-token: ${{ secrets.TOKEN }}
          ref: ${{ github.event.pull_request.head.sha }}
          allowed-conclusions: success,skipped,cancelled
          wait-interval: 40
      - id: set-commit-status-to-success
        name: Set commit status to success
        uses: ouzi-dev/[email protected]
        with:
          token: ${{ secrets.TOKEN }}
          name: RunTests
          status: success
          description: One or more test failed.
          url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

from wait-on-check-action.

matiasalbarello avatar matiasalbarello commented on September 13, 2024

Thanks! I'll take a look tonight. In the meantime, I've rolled back the las release. Everything should work as before.
Sorry for the inconveniences!

from wait-on-check-action.

instil-ed avatar instil-ed commented on September 13, 2024

Hi! Wanted to let you know that master is functional again. Thank you for the quick rollback. :)

from wait-on-check-action.

instil-ed avatar instil-ed commented on September 13, 2024

Also, let me know if you'd like me to close this, or keep open to continue investigation. Thanks again!

from wait-on-check-action.

matiasalbarello avatar matiasalbarello commented on September 13, 2024

Hi @instil-ed. I just published a pre-release version. I tested it but would be great if you could give it a try as well. Just point to v1.1.1 and it should work as before. Thanks!

from wait-on-check-action.

instil-ed avatar instil-ed commented on September 13, 2024

@matiasalbarello ran it through a few scenarios that include a failed workflow, a successful workflow and many workflows. They all behave as expected. It works for me :)

from wait-on-check-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.