Skip to content

Commit f1e5c18

Browse files
committed
Remove repository owner check from workflow
Deleted the conditional that restricted the workflow to run only if the repository owner is 'altmany'. This allows the workflow to run for any repository owner.
1 parent 02ca513 commit f1e5c18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/update_export_fig.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313

1414
jobs:
1515
update-export_fig:
16-
if: github.repository_owner == 'altmany'
1716
runs-on: ubuntu-latest
1817
steps:
1918
- name: Checkout gannet repo

0 commit comments

Comments
 (0)