ML-IEE

Results 1 comments of ML-IEE

Hey @BDonnot , we used something similar on our agent: ```yaml build: needs: # If you need some previous stages runs-on: ubuntu-latest environment: ${{ vars.ENVIRONMENT_STAGE }} steps: - uses: actions/checkout@v3...