Skip to content

Commit

Permalink
💚 Reverted the workflows file with main file
Browse files Browse the repository at this point in the history
  • Loading branch information
KAUR1984 committed Oct 25, 2023
1 parent b598fae commit 93fc630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
build-preview:
if: github.event.action != 'closed'
if: github.event.action != "closed"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
var artifacts = await github.actions.listWorkflowRunArtifacts({
owner: context.repo.owner,
repo: context.repo.repo,
run_id: ${{github.event.workflow_run.id}},
run_id: ${{github.event.workflow_run.id }},
});
var matchArtifact = artifacts.data.artifacts.filter((artifact) => {
return artifact.name == "pr_site"
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
with:
action: remove
pr-number: ${{ github.event.number }}


0 comments on commit 93fc630

Please sign in to comment.