Disable automatically running the flatpak workflow #8507
Merged
+4
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Type
Related issue
Description
In flathub/io.freetubeapp.FreeTube#154 I added the
x-checker-dataconfiguration to the FreeTube flatpak manifest which tells the flatpak-external-data-checker how to check for FreeTube updates and automatically open pull requests in the FreeTube flathub repository. According to the flathub documation on the external data checker, they run it hourly, so under normal circumstances the pull request should appear not long after we do a release.As we should no longer need the flatpak workflow in this repository, this pull request disables that automatic triggering of it when a release is created. For the moment I haven't deleted the workflow and have left the
workflow_dispatchtrigger enabled, as we won't know external data checker setup works as expected until the next release, giving us the option to manually trigger it just in case.