Updated Calico and Cilium and fixed patch files for automation #1124
Workflow file for this run
This file contains hidden or 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: CI-pullrequest | |
| on: | |
| pull_request: | |
| branches: | |
| - main-source | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Pull scripts | |
| run: sudo make pull-scripts | |
| - name: Pull in all relevant branches | |
| run: git fetch origin main-source main | |
| - name: Validate | |
| run: sudo make validate |