Skip to content

Commit

Permalink
change test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkaczan committed Aug 15, 2023
1 parent 9906fde commit 72fbeb4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- nonpr
pull_request:
workflow_dispatch:

Expand Down
3 changes: 0 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ runs:
[[ "${{ inputs.checks }}" ]] || { echo -e "\033[31;1;4m[Soda Library Github Action] Input: 'checks' is required\033[0m" ; exit 1; }
shell: bash

- name: Dump context
uses: crazy-max/ghaction-dump-context@v2

# 1. Build docker image with a specific soda-library version for the base image
- name: Build the Docker image
run: |
Expand Down
3 changes: 0 additions & 3 deletions scripts/create_ci_info_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"prUrl": os.getenv("PR_URL"),
}

print("Creating soda_scan_ci_info.json file with the following data:")
print(data)

# Generate a unique ID for this PR across whole Github
if (
data["repositoryName"] is None
Expand Down

0 comments on commit 72fbeb4

Please sign in to comment.