Skip to content

Commit

Permalink
chore: Remove workflow call and allow manual runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn committed Nov 15, 2024
1 parent 785d6a6 commit 5be973f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Auto Tag

on:
workflow_dispatch:
schedule:
- cron: "1 12 * * 5"

Expand All @@ -26,6 +27,3 @@ jobs:
git config --local user.name "GitHub Actions"
git tag ${{ steps.determine_tag.outputs.tag }}
git push origin ${{ steps.determine_tag.outputs.tag }}
call-build-rpms:
uses: oamg/convert2rhel/.github/workflows/build-rpm.yml@main

0 comments on commit 5be973f

Please sign in to comment.