Fixed bug Election Status Page 2nd entry progress is always 100% (#912) #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sigrid Publish | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
sigridci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Sigrid CI | |
uses: Software-Improvement-Group/sigridci@main | |
with: | |
customer: kiesraad | |
system: abacus | |
convert: rust | |
publishonly: true | |
env: | |
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}" |