File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ---
21name : CI
32on :
4- push :
53 pull_request :
6- workflow_dispatch :
4+ push :
5+ branches-ignore :
6+ - dependabot/*
7+ - renovate/*
78 schedule :
89 - cron : 0 0 * * 0
10+ workflow_dispatch :
11+ concurrency :
12+ group : " ${{ github.workflow }}-${{ github.ref }}"
13+ cancel-in-progress : true
14+ permissions :
15+ contents : read
916jobs :
1017 ci :
1118 runs-on : ubuntu-latest
1219 steps :
1320 - uses : actions/checkout@v4
1421 - name : Set up registry credentials
15- if : " ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'ManageIQ'
16- }}"
22+ if : " ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'ManageIQ' }}"
1723 run : |
1824 echo "REGISTRY_USERNAME=${{ secrets.REGISTRY_USERNAME }}" >> $GITHUB_ENV
1925 echo "REGISTRY_PASSWORD=${{ secrets.REGISTRY_PASSWORD }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments