Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Synapse workflow for PR #676

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Update Synapse workflow for PR #676

merged 1 commit into from
Oct 6, 2023

Conversation

NeilGorman104
Copy link
Contributor

@NeilGorman104 NeilGorman104 commented Oct 6, 2023

Description

Updates the Synapse Workflow to run on Pull Requests from the Synapse Branch

Uses the following function to only run if the PR is from the "synapse" branch:

  build:
    runs-on: ubuntu-latest

    steps:
    - name: Check source branch name
      run: |
        if [[ "${{ github.head_ref }}" != "synapse" ]]; then
          exit 1
        fi

Related Issues

Resolves issue with Synapse tests not running in the dlt repo from Synapse destination fork

@netlify
Copy link

netlify bot commented Oct 6, 2023

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit 4e408bf
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/651ff9ee141c7d0008f3d34d

@NeilGorman104 NeilGorman104 merged commit 57a207e into devel Oct 6, 2023
@NeilGorman104 NeilGorman104 deleted the Synapse-workflow branch October 9, 2023 12:24
@NeilGorman104 NeilGorman104 restored the Synapse-workflow branch October 9, 2023 12:24
@eryanRM eryanRM deleted the Synapse-workflow branch October 17, 2023 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants