Skip to content

Commit

Permalink
TEST workflow for pull-request #TASK-6807
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Sep 5, 2024
1 parent 45e3902 commit f4a286f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-request-approved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: '10'
persist-credentials: false
- id: get_xetabase_branch
name: "Get current branch for Xetabase from target branch"
run: |
Expand All @@ -35,8 +36,7 @@ jobs:
echo "xetabase_branch=${xetabase_branch}" >> $GITHUB_OUTPUT
env:
ZETTA_REPO_ACCESS_TOKEN: ${{ secrets.ZETTA_REPO_ACCESS_TOKEN }}
with:
persist-credentials: false

test:
name: "Run all tests before merging"
needs: calculate-xetabase-branch
Expand Down

0 comments on commit f4a286f

Please sign in to comment.