Skip to content

Commit

Permalink
Update databricks_pull_request_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alcole authored Mar 28, 2024
1 parent 74bb8bf commit 76ca1ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/databricks_pull_request_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2 # Runs a single command using the runners shell
- name: Run a one-line script
env:
SUPER_SECRET: ${{ secrets.ACCESS_TOKEN }}
run: echo "$SUPER_SECRET" | sed 's/./& /g'
- name: Run test notebook
uses: databricks/run-notebook@main
with:
Expand Down

0 comments on commit 76ca1ed

Please sign in to comment.