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

Infinite worlflow run loop #38

Closed
vitoo opened this issue Aug 30, 2023 · 1 comment
Closed

Infinite worlflow run loop #38

vitoo opened this issue Aug 30, 2023 · 1 comment

Comments

@vitoo
Copy link

vitoo commented Aug 30, 2023

Hello,

by doing a delete and create release, i got a weird behavior, an infinite workflow run happened, do you know why ?

The 2 steps :

      - name: Delete previous release
        uses: dev-drprasad/delete-tag-and-release@v1.0 
        with:
          tag_name: ${{ github.ref_name }}  
          github_token: ${{ secrets.token }}

      - name: Create Release
        uses: softprops/action-gh-release@v1
        with:
          files: weytop-webrtc-tester.deb
          tag_name: ${{ github.ref_name }} 
          name: Release ${{ github.ref_name }}
          draft: false 
          token: ${{ secrets.token }}
          target_commitish: ${{ github.ref_name }}     

During all night it created 1 workflow run per minute, and for a push event, but i pushed only one time :

image

@vitoo
Copy link
Author

vitoo commented Aug 30, 2023

It was the creation of a release, it was creating a tag, and triggering a push event
i will ignore the tag event in my workflow file

sorry for this issue

@vitoo vitoo closed this as completed Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant