File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 branches : [main]
1010 workflow_dispatch :
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 check-license :
1417 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1212 - " .github/workflows/test-dotnet.yml"
1313 workflow_dispatch :
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 test :
1720 runs-on : windows-latest
Original file line number Diff line number Diff line change 11# Copyright (c) Microsoft Corporation.
22# Licensed under the MIT License.
33
4- name : Run NodeJS Tests
4+ name : Run Node.js Tests
55
66on :
77 pull_request :
1212 - " .github/workflows/test-nodejs.yml"
1313 workflow_dispatch :
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 test :
1720 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -5,18 +5,17 @@ name: Verify Azure Service Domains
55
66on :
77 pull_request :
8+ branches :
9+ - main
810 paths :
911 - ' config/Domains.json'
1012 - ' nodejs/src/Helpers/Domains.ts'
1113 - ' dotnet/src/Helpers/Domains.cs'
12- push :
13- branches : [main]
14- paths :
15- - ' config/Domains.json'
16- - ' nodejs/src/Helpers/Domains.ts'
17- - ' dotnet/src/Helpers/Domains.cs'
1814 workflow_dispatch : # Allow manual triggering
1915
16+ permissions :
17+ contents : read
18+
2019jobs :
2120 verify-domains :
2221 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1313 - ' dotnet/src/IPAddressRanges.cs'
1414 workflow_dispatch : # Allow manual triggering
1515
16+ permissions :
17+ contents : read
18+
1619jobs :
1720 verify-ranges :
1821 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments