Skip to content

Commit 2e030d6

Browse files
committed
test change
1 parent 59b87d3 commit 2e030d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
name: playwright-test-results
6565
path: test-results/
6666
release:
67-
name: ${{ github.ref == 'refs/heads/beta' && 'Release Beta' || 'Release' }}
67+
name: ${{github.ref}}
6868
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
6969
needs: [lint, unit-test, e2e-test]
7070
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)