Skip to content

Commit

Permalink
doesn't support expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Nov 11, 2024
1 parent 3d9c53e commit 0809768
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
echo "tag=$tag" >> $GITHUB_OUTPUT
build-and-test:
uses: RocketChat/server-snap/.github/workflows/test.yml@${{ github.head_ref || github.ref_name }}
# uses: RocketChat/server-snap/.github/workflows/test.yml@${{ github.head_ref || github.ref_name }}
uses: RocketChat/server-snap/.github/workflows/test.yml@7.x
needs: [variables]
with:
tag: ${{ needs.variables.outputs.tag }}
test-only: 'true'
secrets:
snapcraft-credential: ${{ secrets.snapcraft-credential }}

0 comments on commit 0809768

Please sign in to comment.