Github Workflows Run Strategy Matrix Sequentally
Github Workflows Run Strategy Matrix Sequentally How to setup github action matrix to be run sequentally or series each job ? Conclusing Just add below codes: jobs: deploy: runs-on: ubuntu-latest strategy: When set to true, GitHub cancels all in-progress jobs if any matrix job fail
Baca Selengkapnya