Skip to content

Commit

Permalink
A0-3761: Tweak FE update workflow to use a separate featurenet-update…
Browse files Browse the repository at this point in the history
… workflow (#1586)

# Description

Tiny tweak to featurenet workflows. "Update" workflow will use a
separate 'featurenet-update' workflow from github-actions repository.
Having 'featurenet-create' there, with inputs such as validator numbers
etc. that we actually not used is a bit confusing.

## Type of change

- CI tweak, which is not breaking anything

# Checklist:

- I have ran tests for the changes
  • Loading branch information
mikogs authored Feb 2, 2024
1 parent 51bd2f0 commit 1fd56ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/featurenet-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
# to prevent this job to be skipped when on of the parent jobs is skipped
if: ${{ !cancelled() }}
name: Update featurenet
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create.yml@v6
uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v6
secrets: inherit
with:
featurenet-name: ${{ inputs.featurenet-name }}
Expand Down

0 comments on commit 1fd56ec

Please sign in to comment.