Skip to content

Commit 496a2b4

Browse files
author
Anna Gringauze
authored
Temporarily disable publish verification (#1996)
1 parent deb801b commit 496a2b4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: .github/workflows/publish.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# A CI configuration to auto-publish pub packages.
22

3-
name: Publish
3+
# name: Publish
44

5-
on:
6-
pull_request:
7-
branches: [ master ]
8-
push:
9-
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
5+
# on:
6+
# pull_request:
7+
# branches: [ master ]
8+
# push:
9+
# tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
1010

11-
jobs:
12-
publish:
13-
if: ${{ github.repository_owner == 'dart-lang' }}
14-
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
11+
# jobs:
12+
# publish:
13+
# if: ${{ github.repository_owner == 'dart-lang' }}
14+
# uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

0 commit comments

Comments
 (0)