Skip to content

Commit

Permalink
Merge pull request #33 from naveedkhan8067/enable-trigger
Browse files Browse the repository at this point in the history
test
  • Loading branch information
naveedkhan8067 authored May 18, 2024
2 parents b244a2c + 2dc9e0c commit 1f4d524
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Build-And-Test-Component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
paths:
- components/hello-world/**
- .github/workflows/Build-And-Test-Component.yml
pull_request:
branches:
- main
paths:
- components/hello-world/**
- .github/workflows/Build-And-Test-Component.yml
# pull_request:
# branches:
# - main
# paths:
# - components/hello-world/**
# - .github/workflows/Build-And-Test-Component.yml

jobs:
# component-linux:
Expand Down
13 changes: 8 additions & 5 deletions .github/workflows/Release-Hello-World-Component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ jobs:
contents: write
deployments: write
id-token: write
issues: write
discussions: write
packages: write
pages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write

if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
Expand All @@ -50,5 +45,13 @@ jobs:
let fs = require('fs');
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/hello-world-windows.zip`, Buffer.from(download.data));
- name: Display Root
run: |
dir
- name: 'Unzip artifact'
run: unzip hello-world-windows.zip

- name: Display Root
run: |
dir

0 comments on commit 1f4d524

Please sign in to comment.