File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - v*
7- branches :
8- - " *"
97
108env :
119 REGISTRY : ghcr.io
Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ name: Test Worklow
22
33on :
44 push :
5- branches : [ master ]
5+ branches :
6+ - master
67 pull_request :
7- branches : [ master ]
8+ branches :
9+ - master
810
911jobs :
1012 test :
@@ -16,15 +18,15 @@ jobs:
1618 - name : Run check
1719 run : make check
1820
19- - name : Run test
20- env :
21- TEST_ZONE_NAME : ${{ secrets.TEST_ZONE_NAME }}
22- OS_TENANT_NAME : ${{ secrets.OS_TENANT_NAME }}
23- OS_TENANT_ID : ${{ secrets.OS_PROJECT_ID }}
24- OS_DOMAIN_NAME : ${{ secrets.OS_DOMAIN_NAME }}
25- OS_USERNAME : ${{ secrets.OS_USERNAME }}
26- OS_PASSWORD : ${{ secrets.OS_PASSWORD }}
27- OS_AUTH_URL : ${{ secrets.OS_AUTH_URL }}
28- OS_REGION_NAME : ${{ secrets.OS_REGION_NAME }}
29- OS_PROJECT_ID : ${{ secrets.OS_PROJECT_ID }}
30- run : make test
21+ # - name: Run test
22+ # env:
23+ # TEST_ZONE_NAME: ${{ secrets.TEST_ZONE_NAME }}
24+ # OS_TENANT_NAME: ${{ secrets.OS_TENANT_NAME }}
25+ # OS_TENANT_ID: ${{ secrets.OS_PROJECT_ID }}
26+ # OS_DOMAIN_NAME: ${{ secrets.OS_DOMAIN_NAME }}
27+ # OS_USERNAME: ${{ secrets.OS_USERNAME }}
28+ # OS_PASSWORD: ${{ secrets.OS_PASSWORD }}
29+ # OS_AUTH_URL: ${{ secrets.OS_AUTH_URL }}
30+ # OS_REGION_NAME: ${{ secrets.OS_REGION_NAME }}
31+ # OS_PROJECT_ID: ${{ secrets.OS_PROJECT_ID }}
32+ # run: make test
You can’t perform that action at this time.
0 commit comments