Skip to content

Commit 7e7fd7d

Browse files
committed
Disable issue creation
1 parent 6f8283a commit 7e7fd7d

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

.github/workflows/canary.yml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -49,50 +49,50 @@ jobs:
4949
run: |
5050
cd packages/e2e-tests
5151
yarn test:e2e
52-
- name: Create Issue
53-
if: failure()
54-
uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
55-
env:
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
RUN_LINK: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
58-
with:
59-
filename: .github/CANARY_FAILURE_TEMPLATE.md
52+
# - name: Create Issue
53+
# if: failure()
54+
# uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
55+
# env:
56+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
# RUN_LINK: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
58+
# with:
59+
# filename: .github/CANARY_FAILURE_TEMPLATE.md
6060

61-
job_ember_canary_test:
62-
name: Ember Canary Tests
63-
runs-on: ubuntu-20.04
64-
timeout-minutes: 30
65-
strategy:
66-
fail-fast: false
67-
matrix:
68-
scenario: [ember-release, embroider-optimized, ember-4.0]
69-
steps:
70-
- name: 'Check out current commit'
71-
uses: actions/checkout@v3
72-
with:
73-
ref: ${{ env.HEAD_COMMIT }}
74-
- name: Set up Node
75-
uses: actions/setup-node@v3
76-
with:
77-
node-version-file: 'package.json'
78-
- name: Install dependencies
79-
run: yarn install --ignore-engines --frozen-lockfile
61+
# job_ember_canary_test:
62+
# name: Ember Canary Tests
63+
# runs-on: ubuntu-20.04
64+
# timeout-minutes: 30
65+
# strategy:
66+
# fail-fast: false
67+
# matrix:
68+
# scenario: [ember-release, embroider-optimized, ember-4.0]
69+
# steps:
70+
# - name: 'Check out current commit'
71+
# uses: actions/checkout@v3
72+
# with:
73+
# ref: ${{ env.HEAD_COMMIT }}
74+
# - name: Set up Node
75+
# uses: actions/setup-node@v3
76+
# with:
77+
# node-version-file: 'package.json'
78+
# - name: Install dependencies
79+
# run: yarn install --ignore-engines --frozen-lockfile
8080

81-
- name: Build dependencies
82-
run: |
83-
yarn lerna run build:types --scope=@sentry/ember --include-dependencies
84-
yarn lerna run build:transpile --scope=@sentry/ember --include-dependencies
81+
# - name: Build dependencies
82+
# run: |
83+
# yarn lerna run build:types --scope=@sentry/ember --include-dependencies
84+
# yarn lerna run build:transpile --scope=@sentry/ember --include-dependencies
8585

86-
- name: Run Ember tests
87-
run: |
88-
cd packages/ember
89-
yarn ember try:one ${{ matrix.scenario }} --skip-cleanup=true
86+
# - name: Run Ember tests
87+
# run: |
88+
# cd packages/ember
89+
# yarn ember try:one ${{ matrix.scenario }} --skip-cleanup=true
9090

91-
- name: Create Issue
92-
if: failure()
93-
uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
94-
env:
95-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96-
RUN_LINK: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
97-
with:
98-
filename: .github/CANARY_FAILURE_TEMPLATE.md
91+
# - name: Create Issue
92+
# if: failure()
93+
# uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
94+
# env:
95+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96+
# RUN_LINK: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
97+
# with:
98+
# filename: .github/CANARY_FAILURE_TEMPLATE.md

0 commit comments

Comments
 (0)