Skip to content

Commit 7904799

Browse files
hallvictoriaVictoria Hall
and
Victoria Hall
authored
code clean up (#232)
Co-authored-by: Victoria Hall <[email protected]>
1 parent b37a3dd commit 7904799

File tree

6 files changed

+27
-50
lines changed

6 files changed

+27
-50
lines changed

.ci/build.sh

-5
This file was deleted.

.ci/run_tests.sh

-7
This file was deleted.

.github/workflows/gh-tests-ci.yml

-38
This file was deleted.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "PR Title Enforcer"
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
10+
permissions:
11+
pull-requests: read
12+
13+
jobs:
14+
main:
15+
name: Validate PR title
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: amannn/action-semantic-pull-request@v5
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

eng/ci/public-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ extends:
3636
compiled:
3737
enabled: true # still only runs for default branch
3838
runSourceLanguagesInSourceAnalysis: true
39+
settings:
40+
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
3941

4042
stages:
4143
- stage: Build

eng/templates/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ jobs:
22
- job: "Build"
33
displayName: 'Build Python SDK'
44

5+
pool:
6+
name: 1es-pool-azfunc
7+
image: 1es-ubuntu-22.04
8+
os: linux
9+
510
steps:
611
- task: UsePythonVersion@0
712
inputs:

0 commit comments

Comments
 (0)