Skip to content

Commit fdcdc02

Browse files
committed
revert test changes
1 parent ebfc2d6 commit fdcdc02

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/update_goldens.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
name: update_goldens
22

3-
on: push
3+
on: workflow_dispatch
44

55
jobs:
66
update_goldens:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: 🚫 Ensure branch is not master
10-
if: ${{ github.ref == 'refs/heads/master'}}
11-
run: |
12-
echo "Updating goldens on 'master' branch is prohibited."
13-
exit 1
14-
159
- name: 📚 Checkout branch
1610
uses: actions/checkout@v4
1711
with:
18-
ref: ${{ github.ref }}
1912
fetch-depth: 0
2013

2114
- name: 🐦 Install Flutter

0 commit comments

Comments
 (0)