Skip to content

Commit

Permalink
Added conditional statement to check whether the repository is the HF…
Browse files Browse the repository at this point in the history
…LA website before commencing workflow. (#7634)
  • Loading branch information
srinipandiyan authored Oct 26, 2024
1 parent e6b4825 commit f69f164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule-fri-0700.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
Add-Update-Label-to-Issues-Weekly:
runs-on: ubuntu-latest
if: github.repository == 'hackforla/website'
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
Expand Down

0 comments on commit f69f164

Please sign in to comment.